Various compile fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17709 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-09-24 01:39:55 +00:00
parent 859d39337a
commit 86080ad1f2
5 changed files with 13 additions and 14 deletions

View file

@ -24,12 +24,6 @@
#include "AGSHtml.h"
#include "GNUstepBase/GNUstep.h"
#include "GNUstepBase/GSCategories.h"
#ifdef NeXT_Foundation_LIBRARY
@interface NSString(GSCompatibility)
- (BOOL) boolValue;
- (NSString*) substringFromRange:(NSRange)range;
@end
#endif
static int XML_ELEMENT_NODE;
static int XML_ENTITY_REF_NODE;

View file

@ -24,13 +24,6 @@
#include "AGSIndex.h"
#include "GNUstepBase/GNUstep.h"
#include "GNUstepBase/GSCategories.h"
#ifdef NeXT_Foundation_LIBRARY
@interface NSString(GSCompatibility)
- (BOOL) boolValue;
- (NSString*) substringFromRange:(NSRange)range;
@end
#endif
static int XML_ELEMENT_NODE;
static int XML_TEXT_NODE;