mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Tidy more GNUstep extensions.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15137 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
571308fc25
commit
97ee138a2b
26 changed files with 1614 additions and 1078 deletions
|
@ -31,7 +31,7 @@
|
|||
#include <Foundation/NSPortCoder.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
|
||||
#include <base/behavior.h>
|
||||
#include <base/GSObjCRuntime.h>
|
||||
|
||||
/*
|
||||
* The 'Fastmap' stuff provides an inline implementation of a mapping
|
||||
|
@ -273,7 +273,7 @@ static SEL objSel;
|
|||
{
|
||||
if (self == [GSMutableDictionary class])
|
||||
{
|
||||
behavior_class_add_class(self, [GSDictionary class]);
|
||||
GSObjCAddClassBehavior(self, [GSDictionary class]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue