mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Added NO_GNUSTEP ifdef
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3195 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
addd5ff5d6
commit
344eeacc9c
1 changed files with 4 additions and 1 deletions
|
@ -90,6 +90,7 @@
|
|||
|
||||
@end
|
||||
|
||||
#ifndef NO_GNUSTEP
|
||||
@interface NSData (GNUstepExtensions)
|
||||
+ (id) dataWithShmID: (int)anID length: (unsigned) length;
|
||||
+ (id) dataWithSharedBytes: (const void*)bytes length: (unsigned) length;
|
||||
|
@ -133,7 +134,7 @@
|
|||
- (void*) relinquishAllocatedBytes;
|
||||
- (void*) relinquishAllocatedBytesFromZone: (NSZone*)aZone;
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
||||
@interface NSMutableData : NSData
|
||||
|
||||
|
@ -178,6 +179,7 @@
|
|||
|
||||
@end
|
||||
|
||||
#ifndef NO_GNUSTEP
|
||||
@interface NSMutableData (GNUstepExtensions)
|
||||
/*
|
||||
* Capacity management - GNUstep gives you control over the size of
|
||||
|
@ -198,6 +200,7 @@
|
|||
- (void) serializeCrossRef: (unsigned)xref;
|
||||
|
||||
@end
|
||||
#endif
|
||||
|
||||
/*
|
||||
Local Variables:
|
||||
|
|
Loading…
Reference in a new issue