mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
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:
parent
dc1eb96e3f
commit
83c8e71f6f
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class_is_class(Class class)
|
||||||
static inline IMP
|
static inline IMP
|
||||||
method_get_imp(Method method)
|
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
|
static inline BOOL
|
||||||
|
|
Loading…
Reference in a new issue