mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(NXConstantString): Declaration #if'ed out. Moved to
foundation/NSString.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@224 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
12438355bb
commit
1520db000b
2 changed files with 4 additions and 0 deletions
|
@ -158,8 +158,10 @@ typedef unsigned short Character;
|
|||
@interface ConstantString : CString
|
||||
@end
|
||||
|
||||
#if 0 /* Moved to foundation/NSString.h */
|
||||
/* The compiler makes @""-strings into NXConstantString's */
|
||||
@interface NXConstantString : ConstantString
|
||||
@end
|
||||
#endif /* 0 */
|
||||
|
||||
#endif /* __String_h_OBJECTS_INCLUDE */
|
||||
|
|
|
@ -158,8 +158,10 @@ typedef unsigned short Character;
|
|||
@interface ConstantString : CString
|
||||
@end
|
||||
|
||||
#if 0 /* Moved to foundation/NSString.h */
|
||||
/* The compiler makes @""-strings into NXConstantString's */
|
||||
@interface NXConstantString : ConstantString
|
||||
@end
|
||||
#endif /* 0 */
|
||||
|
||||
#endif /* __String_h_OBJECTS_INCLUDE */
|
||||
|
|
Loading…
Reference in a new issue