Remove METHOD_NULL

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10053 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-06-03 22:54:23 +00:00
parent dc1eb96e3f
commit 83c8e71f6f

View file

@ -117,7 +117,7 @@ class_is_class(Class class)
static inline IMP
method_get_imp(Method method)
{
return (method!=METHOD_NULL)?method->method_imp:(IMP)0;
return (method!=0)?method->method_imp:(IMP)0;
}
static inline BOOL