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:
Andrew McCallum 1995-08-09 16:01:15 +00:00
parent 3350ee599f
commit 44cb13fde6
2 changed files with 4 additions and 4 deletions

View file

@ -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 */

View file

@ -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 \