mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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
a728754bf8
commit
ae7f855eb7
2 changed files with 4 additions and 0 deletions
|
@ -158,8 +158,10 @@ typedef unsigned short Character;
|
||||||
@interface ConstantString : CString
|
@interface ConstantString : CString
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
#if 0 /* Moved to foundation/NSString.h */
|
||||||
/* The compiler makes @""-strings into NXConstantString's */
|
/* The compiler makes @""-strings into NXConstantString's */
|
||||||
@interface NXConstantString : ConstantString
|
@interface NXConstantString : ConstantString
|
||||||
@end
|
@end
|
||||||
|
#endif /* 0 */
|
||||||
|
|
||||||
#endif /* __String_h_OBJECTS_INCLUDE */
|
#endif /* __String_h_OBJECTS_INCLUDE */
|
||||||
|
|
|
@ -158,8 +158,10 @@ typedef unsigned short Character;
|
||||||
@interface ConstantString : CString
|
@interface ConstantString : CString
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
#if 0 /* Moved to foundation/NSString.h */
|
||||||
/* The compiler makes @""-strings into NXConstantString's */
|
/* The compiler makes @""-strings into NXConstantString's */
|
||||||
@interface NXConstantString : ConstantString
|
@interface NXConstantString : ConstantString
|
||||||
@end
|
@end
|
||||||
|
#endif /* 0 */
|
||||||
|
|
||||||
#endif /* __String_h_OBJECTS_INCLUDE */
|
#endif /* __String_h_OBJECTS_INCLUDE */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue