diff options
Diffstat (limited to '')
| -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.98 2014/02/11 12:18:12 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.99 2014/02/13 12:11:34 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 | */ |
| @@ -125,6 +125,7 @@ typedef struct global_State { | |||
| 125 | GCObject *tobefnz; /* list of userdata to be GC */ | 125 | GCObject *tobefnz; /* list of userdata to be GC */ |
| 126 | GCObject *fixedgc; /* list of objects not to be collected */ | 126 | GCObject *fixedgc; /* list of objects not to be collected */ |
| 127 | Mbuffer buff; /* temporary buffer for string concatenation */ | 127 | Mbuffer buff; /* temporary buffer for string concatenation */ |
| 128 | unsigned int gcfinnum; /* number of finalizers to call in each GC step */ | ||
| 128 | int gcpause; /* size of pause between successive GCs */ | 129 | int gcpause; /* size of pause between successive GCs */ |
| 129 | int gcstepmul; /* GC `granularity' */ | 130 | int gcstepmul; /* GC `granularity' */ |
| 130 | lua_CFunction panic; /* to be called in unprotected errors */ | 131 | lua_CFunction panic; /* to be called in unprotected errors */ |
