mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-04 02:20:48 +00:00
Insert contents of <objects/NSString.h>
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1402 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b5b33107e9
commit
160f60b5e3
1 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* Interface for NSObject for GNUStep
|
/* Interface for NSObject for GNUStep
|
||||||
Copyright (C) 1995 Free Software Foundation, Inc.
|
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||||
Date: 1995
|
Date: 1995
|
||||||
|
@ -276,4 +276,14 @@ compiler warning.
|
||||||
@interface NXConstantString : NSGCString
|
@interface NXConstantString : NSGCString
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
#ifndef NO_GNUSTEP
|
||||||
|
|
||||||
|
#include <objects/IndexedCollecting.h>
|
||||||
|
#include <objects/String.h>
|
||||||
|
|
||||||
|
@interface NSString (GNU) <String,IndexedCollecting>
|
||||||
|
@end
|
||||||
|
|
||||||
|
#endif /* NO_GNUSTEP */
|
||||||
|
|
||||||
#endif /* __NSString_h_OBJECTS_INCLUDE */
|
#endif /* __NSString_h_OBJECTS_INCLUDE */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue