Basic tidyup for start of support for apple runtime

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7949 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-10-31 16:17:33 +00:00
parent 37f9223291
commit 3df5d8e527
39 changed files with 266 additions and 388 deletions

View file

@ -24,7 +24,6 @@
#include <config.h>
#include <base/preface.h>
#include <base/fast.x>
#include <Foundation/DistributedObjects.h>
#include <Foundation/NSLock.h>
#include <Foundation/NSPort.h>
@ -743,7 +742,7 @@ enum
- (IMP) methodForSelector: (SEL)aSelector
{
return get_imp(GSObjCClassOfObject((id)self), aSelector);
return get_imp(GSObjCClass((id)self), aSelector);
}
- (NSMethodSignature*) methodSignatureForSelector: (SEL)aSelector