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
/* Because the compiler thinks that @".." strings are NXConstantString's. */
@interface NXConstantString : NSString
{
char *_contents_chars;
int _count;
}
#include <gnustep/base/NSGString.h>
#include <gnustep/base/NSGCString.h>
@interface NXConstantString : NSGCString
@end
#endif /* __NSString_h_GNUSTEP_BASE_INCLUDE */