mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Move more additional methods to the Additions libtrary.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16299 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
21b9c31602
commit
e596a161f2
16 changed files with 511 additions and 258 deletions
|
@ -23,10 +23,8 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#include "AGSHtml.h"
|
||||
#include "gnustep/base/GNUstep.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
#include "gnustep/base/GSCompatibility.h"
|
||||
#endif
|
||||
|
||||
static int XML_ELEMENT_NODE;
|
||||
static int XML_ENTITY_REF_NODE;
|
||||
|
|
|
@ -23,10 +23,8 @@
|
|||
#include <Foundation/Foundation.h>
|
||||
#include "AGSIndex.h"
|
||||
#include "gnustep/base/GNUstep.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
#include "gnustep/base/GSCompatibility.h"
|
||||
#endif
|
||||
|
||||
static int XML_ELEMENT_NODE;
|
||||
static int XML_TEXT_NODE;
|
||||
|
|
|
@ -22,9 +22,7 @@
|
|||
|
||||
#include "AGSOutput.h"
|
||||
#include "gnustep/base/GNUstep.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
#endif
|
||||
|
||||
@interface AGSOutput (Private)
|
||||
- (NSString*) mergeMarkup: (NSString*)markup
|
||||
|
|
|
@ -22,9 +22,7 @@
|
|||
|
||||
#include "AGSParser.h"
|
||||
#include "gnustep/base/GNUstep.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
#endif
|
||||
|
||||
@implementation AGSParser
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue