Include fixes for darwin

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18413 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2004-01-15 04:07:08 +00:00
parent c1d4c8962a
commit 107b64be5e
8 changed files with 36 additions and 9 deletions

View file

@ -102,6 +102,12 @@ UTF8StrLen(const unsigned char *bytes, unsigned length)
static BOOL cacheDone = NO;
#ifdef NeXT_Foundation_LIBRARY
@interface NSObject (MissingFromMacOSX)
+ (IMP) methodForSelector: (SEL)aSelector;
@end
#endif
static void
setupCache()
{
@ -119,12 +125,6 @@ static xmlParserInputPtr
loadEntityFunction(const unsigned char *url, const unsigned char *eid,
xmlParserCtxtPtr ctxt);
#ifdef NeXT_Foundation_LIBRARY
@interface NSObject (MissingFromMacOSX)
- (IMP) methodForSelector: (SEL)aSelector;
@end
#endif
@interface GSXPathObject(Private)
+ (id) _newWithNativePointer: (xmlXPathObject *)lib
context: (GSXPathContext *)context;