mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 16:50:42 +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
3350ee599f
commit
44cb13fde6
2 changed files with 4 additions and 4 deletions
|
@ -272,8 +272,8 @@ compiler warning.
|
|||
@end
|
||||
|
||||
/* Because the compiler thinks that @".." strings are NXConstantString's. */
|
||||
#include <Foundation/NSCString.h>
|
||||
@interface NXConstantString : NSCString
|
||||
#include <Foundation/NSGCString.h>
|
||||
@interface NXConstantString : NSGCString
|
||||
@end
|
||||
|
||||
#endif /* __NSString_h_OBJECTS_INCLUDE */
|
||||
|
|
|
@ -280,7 +280,6 @@ NSCharacterSet.m \
|
|||
NSCoder.m \
|
||||
NSCopyObject.m \
|
||||
NSConcreteValue.m \
|
||||
NSCString.m \
|
||||
NSData.m \
|
||||
NSDate.m \
|
||||
NSDeallocateObject.m \
|
||||
|
@ -291,6 +290,7 @@ NSGeometry.m \
|
|||
NSGArchiver.m \
|
||||
NSGArray.m \
|
||||
NSGCoder.m \
|
||||
NSGCString.m \
|
||||
NSGData.m \
|
||||
NSGDictionary.m \
|
||||
NSGUnarchiver.m \
|
||||
|
@ -337,7 +337,6 @@ Foundation/NSAutoreleasePool.h \
|
|||
Foundation/NSBitmapCharSet.h \
|
||||
Foundation/NSBundle.h \
|
||||
Foundation/NSCharacterSet.h \
|
||||
Foundation/NSCString.h \
|
||||
Foundation/NSCoder.h \
|
||||
Foundation/NSConcreteNumber.h \
|
||||
Foundation/NSConcreteValue.h \
|
||||
|
@ -349,6 +348,7 @@ Foundation/NSGeometry.h \
|
|||
Foundation/NSGArchiver.h \
|
||||
Foundation/NSGArray.h \
|
||||
Foundation/NSGCoder.h \
|
||||
Foundation/NSGCString.h \
|
||||
Foundation/NSGData.h \
|
||||
Foundation/NSGDictionary.h \
|
||||
Foundation/NSGUnarchiver.h \
|
||||
|
|
Loading…
Reference in a new issue