mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Minor changes for baseadd compilation and compiler warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18394 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
443a569cba
commit
831216a9fe
7 changed files with 34 additions and 5 deletions
|
@ -119,6 +119,15 @@ static xmlParserInputPtr
|
|||
loadEntityFunction(const unsigned char *url, const unsigned char *eid,
|
||||
xmlParserCtxtPtr ctxt);
|
||||
|
||||
@interface NSObject (MissingFromMacOSX)
|
||||
- (IMP) methodForSelector: (SEL)aSelector;
|
||||
@end
|
||||
|
||||
@interface GSXPathObject(Private)
|
||||
+ (id) _newWithNativePointer: (xmlXPathObject *)lib
|
||||
context: (GSXPathContext *)context;
|
||||
@end
|
||||
|
||||
@interface GSXMLDocument (GSPrivate)
|
||||
- (id) _initFrom: (void*)data parent: (id)p ownsLib: (BOOL)f;
|
||||
@end
|
||||
|
@ -1643,7 +1652,7 @@ static NSMapTable *nodeNames = 0;
|
|||
*/
|
||||
@implementation GSXMLParser
|
||||
|
||||
static NSMapTable *warnings = 0;
|
||||
static NSHashTable *warnings = 0;
|
||||
|
||||
static NSString *endMarker = @"At end of incremental parse";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue