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:
Adam Fedor 2003-03-31 02:59:56 +00:00
parent 21b9c31602
commit e596a161f2
16 changed files with 511 additions and 258 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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

View file

@ -22,9 +22,7 @@
#include "AGSParser.h"
#include "gnustep/base/GNUstep.h"
#ifdef NeXT_Foundation_LIBRARY
#include "gnustep/base/GSCategories.h"
#endif
@implementation AGSParser