Alterations for build consistency

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34966 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-03-21 08:00:33 +00:00
parent ecec748337
commit b5181106dd
8 changed files with 17304 additions and 2986 deletions

View file

@ -24,6 +24,8 @@
#import "common.h"
#if defined(HAVE_LIBXML)
#define GSInternal NSXMLElementInternal
#define GS_XMLNODETYPE xmlNode
@ -31,8 +33,6 @@
#import "GSInternal.h"
GS_PRIVATE_INTERNAL(NSXMLElement)
#if defined(HAVE_LIBXML)
@implementation NSXMLElement
- (void) dealloc
@ -573,4 +573,4 @@ joinTextNodes(xmlNodePtr nodeA, xmlNodePtr nodeB, NSMutableArray *nodesToDelete)
@end
#endif
#endif /* HAVE_LIBXML */