mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-03 10:00:51 +00:00
tweak for older compilers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34495 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ab332b0a35
commit
e22b69e37a
1 changed files with 2 additions and 2 deletions
|
@ -97,13 +97,13 @@ typedef NSUInteger NSXMLNodeKind;
|
||||||
* when we don't have the non-fragile ABI available.
|
* when we don't have the non-fragile ABI available.
|
||||||
* Use this mechanism rather than changing the instance variable
|
* Use this mechanism rather than changing the instance variable
|
||||||
* layout (see Source/GSInternal.h for details).
|
* layout (see Source/GSInternal.h for details).
|
||||||
* In this case, when compiled the variable is a protected class
|
* In this case, when compiled the variable is a public class pointer
|
||||||
* available so that the NSXMLNode subclasses within the base library
|
* available so that the NSXMLNode subclasses within the base library
|
||||||
* can share the same variables, but when viewed from outside the
|
* can share the same variables, but when viewed from outside the
|
||||||
* base library itsself, it's an opaque pointer which must not be used.
|
* base library itsself, it's an opaque pointer which must not be used.
|
||||||
*/
|
*/
|
||||||
# if defined(GSInternal)
|
# if defined(GSInternal)
|
||||||
@protected GSInternal *_internal GS_UNUSED_IVAR;
|
@public GSInternal *_internal GS_UNUSED_IVAR;
|
||||||
# else
|
# else
|
||||||
@private id _internal GS_UNUSED_IVAR;
|
@private id _internal GS_UNUSED_IVAR;
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue