diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.h,v 2.94 2013/09/05 19:31:49 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.95 2013/09/11 14:09:55 roberto Exp roberto $ |
3 | ** Global State | 3 | ** Global State |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -131,6 +131,7 @@ typedef struct global_State { | |||
131 | GCObject *fixedgc; /* list of objects not to be collected */ | 131 | GCObject *fixedgc; /* list of objects not to be collected */ |
132 | Mbuffer buff; /* temporary buffer for string concatenation */ | 132 | Mbuffer buff; /* temporary buffer for string concatenation */ |
133 | int gcpause; /* size of pause between successive GCs */ | 133 | int gcpause; /* size of pause between successive GCs */ |
134 | int gclocalpause; /* size of pause between local collections */ | ||
134 | int gcstepmul; /* GC `granularity' */ | 135 | int gcstepmul; /* GC `granularity' */ |
135 | lua_CFunction panic; /* to be called in unprotected errors */ | 136 | lua_CFunction panic; /* to be called in unprotected errors */ |
136 | struct lua_State *mainthread; | 137 | struct lua_State *mainthread; |