mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
d24c4fccc8
commit
42011ceae4
39 changed files with 266 additions and 388 deletions
|
@ -23,7 +23,6 @@
|
|||
|
||||
#include <config.h>
|
||||
#include <base/behavior.h>
|
||||
#include <base/fast.x>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSGSet.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
|
@ -123,7 +122,7 @@ static Class NSMutableSet_concrete_class;
|
|||
unsigned count;
|
||||
Class c;
|
||||
|
||||
c = GSObjCClassOfObject(self);
|
||||
c = GSObjCClass(self);
|
||||
if (c == NSSet_abstract_class)
|
||||
{
|
||||
RELEASE(self);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue