Port baseadd to MacOSX

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15199 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-12-03 02:50:07 +00:00
parent 74a7312255
commit 4667c84855
18 changed files with 808 additions and 580 deletions

View file

@ -40,6 +40,7 @@
*/
#include <config.h>
#include "GSCompatibility.h"
#ifdef HAVE_LIBXML
@ -3215,6 +3216,8 @@ static BOOL warned = NO; if (warned == NO) { warned = YES; NSLog(@"WARNING, use
#include <Foundation/NSObjCRuntime.h>
#include <Foundation/NSCoder.h>
#include <Foundation/NSInvocation.h>
#include <Foundation/NSString.h>
/*
* Build dummy implementations of the classes if libxml is not available