mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Don't include <gnustep/base/String.h> and
<gnustep/base/IndexCollection.h>. [!NO_GNUSTEP]: Declare -cStringNoCopy. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1952 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2d332aac38
commit
98e315e3d0
1 changed files with 4 additions and 7 deletions
|
@ -223,6 +223,10 @@ typedef enum _NSStringEncoding
|
|||
- (NSString*) stringByResolvingSymlinksInPath;
|
||||
- (NSString*) stringByStandardizingPath;
|
||||
|
||||
#ifndef NO_GNUSTEP
|
||||
- (const char *) cStringNoCopy;
|
||||
#endif /* NO_GNUSTEP */
|
||||
|
||||
@end
|
||||
|
||||
@interface NSString : NSObject <NSString>
|
||||
|
@ -277,11 +281,4 @@ compiler warning.
|
|||
@interface NXConstantString : NSGCString
|
||||
@end
|
||||
|
||||
#ifndef NO_GNUSTEP
|
||||
#include <gnustep/base/IndexedCollecting.h>
|
||||
#include <gnustep/base/String.h>
|
||||
@interface NSString (GNU) <String,IndexedCollecting>
|
||||
@end
|
||||
#endif /* NO_GNUSTEP */
|
||||
|
||||
#endif /* __NSString_h_GNUSTEP_BASE_INCLUDE */
|
||||
|
|
Loading…
Reference in a new issue