mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
ecec748337
commit
b5181106dd
8 changed files with 17304 additions and 2986 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue