mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Tidying optimisation stuff.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7938 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3f7fe730db
commit
f4817879df
19 changed files with 165 additions and 139 deletions
|
@ -30,6 +30,7 @@
|
|||
#include <Foundation/NSPort.h>
|
||||
#include <Foundation/NSMethodSignature.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
|
||||
static int debug_proxy = 0;
|
||||
static Class placeHolder = 0;
|
||||
|
@ -742,7 +743,7 @@ enum
|
|||
|
||||
- (IMP) methodForSelector: (SEL)aSelector
|
||||
{
|
||||
return get_imp(fastClass((id)self), aSelector);
|
||||
return get_imp(GSObjCClassOfObject((id)self), aSelector);
|
||||
}
|
||||
|
||||
- (NSMethodSignature*) methodSignatureForSelector: (SEL)aSelector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue