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:
richard 1998-11-10 20:23:39 +00:00
parent d6e2e012d9
commit d453e14671

View file

@ -90,6 +90,7 @@
@end @end
#ifndef NO_GNUSTEP
@interface NSData (GNUstepExtensions) @interface NSData (GNUstepExtensions)
+ (id) dataWithShmID: (int)anID length: (unsigned) length; + (id) dataWithShmID: (int)anID length: (unsigned) length;
+ (id) dataWithSharedBytes: (const void*)bytes length: (unsigned) length; + (id) dataWithSharedBytes: (const void*)bytes length: (unsigned) length;
@ -133,7 +134,7 @@
- (void*) relinquishAllocatedBytes; - (void*) relinquishAllocatedBytes;
- (void*) relinquishAllocatedBytesFromZone: (NSZone*)aZone; - (void*) relinquishAllocatedBytesFromZone: (NSZone*)aZone;
@end @end
#endif
@interface NSMutableData : NSData @interface NSMutableData : NSData
@ -178,6 +179,7 @@
@end @end
#ifndef NO_GNUSTEP
@interface NSMutableData (GNUstepExtensions) @interface NSMutableData (GNUstepExtensions)
/* /*
* Capacity management - GNUstep gives you control over the size of * Capacity management - GNUstep gives you control over the size of
@ -198,6 +200,7 @@
- (void) serializeCrossRef: (unsigned)xref; - (void) serializeCrossRef: (unsigned)xref;
@end @end
#endif
/* /*
Local Variables: Local Variables: