mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
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:
parent
7c6a778e4c
commit
4e44713c26
1 changed files with 3 additions and 5 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue