mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
c1d4c8962a
commit
107b64be5e
8 changed files with 36 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue