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

View file

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

View file

@ -41,6 +41,7 @@
#import "Foundation/NSAutoreleasePool.h"
#import "Foundation/NSData.h"
#import "Foundation/NSPort.h"
#import "GSPrivate.h"
@class NSMutableDataMalloc;
@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
* later deallocation.
*/
gsPrivateDummy = rep;
gsPrivateDummy = s;
}
#endif
return s;