mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Add=yes fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17522 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
876ae7e458
commit
da5c0d92c5
3 changed files with 15 additions and 2 deletions
|
@ -25,7 +25,10 @@
|
|||
#include "GNUstepBase/GNUstep.h"
|
||||
#include "GNUstepBase/GSCategories.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include "GNUstepBase/GSCompatibility.h"
|
||||
@interface NSString(GSCompatibility)
|
||||
- (BOOL) boolValue;
|
||||
- (NSString*) substringFromRange:(NSRange)range;
|
||||
@end
|
||||
#endif
|
||||
|
||||
static int XML_ELEMENT_NODE;
|
||||
|
|
|
@ -25,9 +25,13 @@
|
|||
#include "GNUstepBase/GNUstep.h"
|
||||
#include "GNUstepBase/GSCategories.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include "GNUstepBase/GSCompatibility.h"
|
||||
@interface NSString(GSCompatibility)
|
||||
- (BOOL) boolValue;
|
||||
- (NSString*) substringFromRange:(NSRange)range;
|
||||
@end
|
||||
#endif
|
||||
|
||||
|
||||
static int XML_ELEMENT_NODE;
|
||||
static int XML_TEXT_NODE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue