Comment out duplicate declaration of ivars to get base to compile again.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34409 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2012-01-04 08:29:56 +00:00
parent 6cbe121535
commit cbf50c0e7e
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2012-01-04 Fred Kiefer <FredKiefer@gmx.de>
* Headers/Foundation/NSXMLDocument.h,
* Headers/Foundation/NSXMLDTD.h: Comment out duplicate declaration of
ivars to get base to compile again.
2012-01-03 16:33-EST Gregory John Casamento <greg.casamento@gmail.com>
* Headers/Foundation/NSXMLDocument.h
@ -7,7 +13,7 @@
* Source/NSXMLElement.m: Remove local declaration of _children
* Source/NSXMLNode.m: Remove internal. Move all declarations here
directly.
2012-01-03 14:22-EST Gregory John Casamento <greg.casamento@gmail.com>
* Source/NSXMLDocument.m: Implement XMLStringWithOptions:

View file

@ -46,7 +46,7 @@ extern "C" {
//NSString *_name;
NSString *_publicID;
NSString *_systemID;
NSArray *_children;
//NSArray *_children;
BOOL _childrenHaveMutated;
BOOL _modified;
NSMutableDictionary *_entities;

View file

@ -81,7 +81,7 @@ typedef NSUInteger NSXMLDocumentContentKind;
NSXMLDTD *_docType;
BOOL _standalone;
NSXMLElement *_rootElement;
NSString *_URI;
//NSString *_URI;
NSString *_MIMEType;
NSUInteger _fidelityMask;
NSXMLDocumentContentKind _contentKind;