Oops - reverting to old version

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3029 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1998-10-03 21:24:40 +00:00
parent ecee29a03b
commit 3ed36f8c78

View file

@ -309,11 +309,9 @@ compiler warning.
@end @end
/* Because the compiler thinks that @".." strings are NXConstantString's. */ /* Because the compiler thinks that @".." strings are NXConstantString's. */
@interface NXConstantString : NSString #include <gnustep/base/NSGString.h>
{ #include <gnustep/base/NSGCString.h>
char *_contents_chars; @interface NXConstantString : NSGCString
int _count;
}
@end @end
#endif /* __NSString_h_GNUSTEP_BASE_INCLUDE */ #endif /* __NSString_h_GNUSTEP_BASE_INCLUDE */