mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +00:00
Rename NSCString to NSGCString.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@541 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5bc4a43421
commit
1485396c08
2 changed files with 4 additions and 4 deletions
|
@ -272,8 +272,8 @@ compiler warning.
|
||||||
@end
|
@end
|
||||||
|
|
||||||
/* Because the compiler thinks that @".." strings are NXConstantString's. */
|
/* Because the compiler thinks that @".." strings are NXConstantString's. */
|
||||||
#include <Foundation/NSCString.h>
|
#include <Foundation/NSGCString.h>
|
||||||
@interface NXConstantString : NSCString
|
@interface NXConstantString : NSGCString
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif /* __NSString_h_OBJECTS_INCLUDE */
|
#endif /* __NSString_h_OBJECTS_INCLUDE */
|
||||||
|
|
|
@ -280,7 +280,6 @@ NSCharacterSet.m \
|
||||||
NSCoder.m \
|
NSCoder.m \
|
||||||
NSCopyObject.m \
|
NSCopyObject.m \
|
||||||
NSConcreteValue.m \
|
NSConcreteValue.m \
|
||||||
NSCString.m \
|
|
||||||
NSData.m \
|
NSData.m \
|
||||||
NSDate.m \
|
NSDate.m \
|
||||||
NSDeallocateObject.m \
|
NSDeallocateObject.m \
|
||||||
|
@ -291,6 +290,7 @@ NSGeometry.m \
|
||||||
NSGArchiver.m \
|
NSGArchiver.m \
|
||||||
NSGArray.m \
|
NSGArray.m \
|
||||||
NSGCoder.m \
|
NSGCoder.m \
|
||||||
|
NSGCString.m \
|
||||||
NSGData.m \
|
NSGData.m \
|
||||||
NSGDictionary.m \
|
NSGDictionary.m \
|
||||||
NSGUnarchiver.m \
|
NSGUnarchiver.m \
|
||||||
|
@ -337,7 +337,6 @@ Foundation/NSAutoreleasePool.h \
|
||||||
Foundation/NSBitmapCharSet.h \
|
Foundation/NSBitmapCharSet.h \
|
||||||
Foundation/NSBundle.h \
|
Foundation/NSBundle.h \
|
||||||
Foundation/NSCharacterSet.h \
|
Foundation/NSCharacterSet.h \
|
||||||
Foundation/NSCString.h \
|
|
||||||
Foundation/NSCoder.h \
|
Foundation/NSCoder.h \
|
||||||
Foundation/NSConcreteNumber.h \
|
Foundation/NSConcreteNumber.h \
|
||||||
Foundation/NSConcreteValue.h \
|
Foundation/NSConcreteValue.h \
|
||||||
|
@ -349,6 +348,7 @@ Foundation/NSGeometry.h \
|
||||||
Foundation/NSGArchiver.h \
|
Foundation/NSGArchiver.h \
|
||||||
Foundation/NSGArray.h \
|
Foundation/NSGArray.h \
|
||||||
Foundation/NSGCoder.h \
|
Foundation/NSGCoder.h \
|
||||||
|
Foundation/NSGCString.h \
|
||||||
Foundation/NSGData.h \
|
Foundation/NSGData.h \
|
||||||
Foundation/NSGDictionary.h \
|
Foundation/NSGDictionary.h \
|
||||||
Foundation/NSGUnarchiver.h \
|
Foundation/NSGUnarchiver.h \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue