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:
Quentin Mathe 2011-10-17 10:24:07 +00:00
parent 765e64da85
commit 32bdf04b26
3 changed files with 14 additions and 3 deletions

View file

@ -89,6 +89,9 @@ typedef NSUInteger NSXMLNodeKind;
id _objectValue;
#endif
#if GS_NONFRAGILE
# if defined(GS_NSXMLNode_IVARS)
@public GS_NSXMLNode_IVARS
# endif
#else
/* Pointer to private additional data used to avoid breaking ABI
* when we don't have the non-fragile ABI available.