Fix header error spotted by Fred

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29817 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-03-02 09:51:12 +00:00
parent d3d912d5ef
commit 4fcce15ee0
33 changed files with 76 additions and 38 deletions

View file

@ -71,7 +71,8 @@ extern "C" {
struct autorelease_thread_vars _autorelease_vars;
id _gcontext;
void *_runLoopInfo; // Per-thread runloop related info.
#elif !GS_NONFRAGILE
#endif
#if !GS_NONFRAGILE
void *_unused; // For future expansion
#endif
}