mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Tidied.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3154 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2f4b577220
commit
f0f72ea7e3
1 changed files with 2 additions and 7 deletions
|
@ -464,7 +464,7 @@ static BOOL double_release_check_enabled = NO;
|
|||
return [[self class] conformsToProtocol:aProtocol];
|
||||
}
|
||||
|
||||
- (IMP) instanceMethodForSelector: (SEL)aSelector
|
||||
+ (IMP) instanceMethodForSelector: (SEL)aSelector
|
||||
{
|
||||
/*
|
||||
* Since 'self' is an class, get_imp() will get the instance method.
|
||||
|
@ -829,11 +829,6 @@ static BOOL double_release_check_enabled = NO;
|
|||
|
||||
@end
|
||||
|
||||
|
||||
@implementation NSObject (GNUstep)
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@implementation NSObject (NEXTSTEP)
|
||||
|
||||
|
@ -951,7 +946,7 @@ static BOOL double_release_check_enabled = NO;
|
|||
@end
|
||||
|
||||
|
||||
@implementation NSObject (GNU)
|
||||
@implementation NSObject (GNUstep)
|
||||
|
||||
/* GNU Object class compatibility */
|
||||
|
||||
|
|
Loading…
Reference in a new issue