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:
Richard Frith-Macdonald 2002-11-27 12:52:29 +00:00
parent 571308fc25
commit 97ee138a2b
26 changed files with 1614 additions and 1078 deletions

View file

@ -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]);
}
}