Fixed NSXMLNode compilation when using the "pure" non-fragile ABI

(--disable-mixedabi was passed to Base configure).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34013 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
qmathe 2011-10-17 10:24:07 +00:00
parent c7392120d2
commit c7693fb2ba
3 changed files with 14 additions and 3 deletions

View file

@ -24,8 +24,6 @@
#import "common.h"
#import "NSXMLPrivate.h"
/*
* Description of internal ivars:
* - `children': The primary storage for the descendant nodes. We use an NSArray
@ -43,12 +41,15 @@
NSUInteger childCount; \
NSXMLNode *previousSibling; \
NSXMLNode *nextSibling; \
NSUInteger options
NSUInteger options;
#define GSInternal NSXMLNodeInternal
#include "GSInternal.h"
@class NSXMLNode;
GS_PRIVATE_INTERNAL(NSXMLNode)
#import "NSXMLPrivate.h"
@implementation NSXMLNode
+ (id) attributeWithName: (NSString*)name