git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32091 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-02-12 06:57:06 +00:00
parent c7bb84decb
commit 453c7fcb1e
3 changed files with 3 additions and 1 deletions

View file

@ -36,6 +36,7 @@
#import "Foundation/NSLock.h" #import "Foundation/NSLock.h"
#import "Foundation/NSThread.h" #import "Foundation/NSThread.h"
#import "GNUstepBase/GSLock.h" #import "GNUstepBase/GSLock.h"
#import "GSPrivate.h"
static NSZone *_zone = 0; static NSZone *_zone = 0;

View file

@ -41,6 +41,7 @@
#import "Foundation/NSAutoreleasePool.h" #import "Foundation/NSAutoreleasePool.h"
#import "Foundation/NSData.h" #import "Foundation/NSData.h"
#import "Foundation/NSPort.h" #import "Foundation/NSPort.h"
#import "GSPrivate.h"
@class NSMutableDataMalloc; @class NSMutableDataMalloc;
@interface NSMutableDataMalloc : NSObject // Help the compiler @interface NSMutableDataMalloc : NSObject // Help the compiler

View file

@ -630,7 +630,7 @@ deserializeFromInfo(_NSDeserializerInfo* info)
* occurs because it doesn't realise that the object was already stored * occurs because it doesn't realise that the object was already stored
* later deallocation. * later deallocation.
*/ */
gsPrivateDummy = rep; gsPrivateDummy = s;
} }
#endif #endif
return s; return s;