Build with non-fragile ivars.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29715 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-02-24 10:23:47 +00:00
parent 8c193f64c3
commit 4497ba7bdd
16 changed files with 8036 additions and 7966 deletions

View file

@ -507,7 +507,7 @@ class_replaceMethod(Class cls, SEL name, IMP imp, const char *types)
BOOL
class_respondsToSelector(Class cls, SEL sel)
{
return __objc_responds_to(cls, sel);
return __objc_responds_to((id)&cls, sel);
}
void