Decrease chance of ABI breakage.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32156 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-02-14 06:37:45 +00:00
parent 085798bb3a
commit 3d7125e2b0
38 changed files with 704 additions and 1027 deletions

View file

@ -61,7 +61,12 @@ extern "C" {
/** Total number of accesses to objects */
int64_t _totalAccesses;
#endif
GS_PADDING_IVAR;
#if !GS_NONFRAGILE
/* Pointer to private additional data used to avoid breaking ABI
* when we don't have the non-fragile ABI available.
*/
void *_reserved;
#endif
}
/**
* Returns the maximum number of objects that are supported by this cache.