mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
more work on reserved/private pointer use
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32182 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
27550994ee
commit
d07f49a9b6
41 changed files with 468 additions and 246 deletions
|
@ -72,11 +72,14 @@ extern "C" {
|
|||
id _gcontext;
|
||||
void *_runLoopInfo; // Per-thread runloop related info.
|
||||
#endif
|
||||
#if !GS_NONFRAGILE
|
||||
#if GS_NONFRAGILE
|
||||
#else
|
||||
/* Pointer to private additional data used to avoid breaking ABI
|
||||
* when we don't have the non-fragile ABI available.
|
||||
* Use this mechanism rather than changing the instance variable
|
||||
* layout (see Source/GSInternal.h for details).
|
||||
*/
|
||||
void *_reserved;
|
||||
@private void *_internal GS_UNUSED_IVAR;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue