diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2012-07-02 10:37:04 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2012-07-02 10:37:04 -0300 |
commit | f7ec36ab1652742c69f838825938b1a7127acda8 (patch) | |
tree | ca660b70a519bb93eee77b2863c98088f7fbb7f6 | |
parent | b926472312ecb1569c58bd59119a3e98ed14855e (diff) | |
download | lua-f7ec36ab1652742c69f838825938b1a7127acda8.tar.gz lua-f7ec36ab1652742c69f838825938b1a7127acda8.tar.bz2 lua-f7ec36ab1652742c69f838825938b1a7127acda8.zip |
comment
-rw-r--r-- | lstate.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.h,v 2.80 2012/05/22 17:50:39 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.81 2012/06/08 15:14:04 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 | */ |
@@ -137,7 +137,7 @@ typedef struct global_State { | |||
137 | UpVal uvhead; /* head of double-linked list of all open upvalues */ | 137 | UpVal uvhead; /* head of double-linked list of all open upvalues */ |
138 | Mbuffer buff; /* temporary buffer for string concatenation */ | 138 | Mbuffer buff; /* temporary buffer for string concatenation */ |
139 | int gcpause; /* size of pause between successive GCs */ | 139 | int gcpause; /* size of pause between successive GCs */ |
140 | int gcmajorinc; /* how much to wait for a major GC (only in gen. mode) */ | 140 | int gcmajorinc; /* pause between major collections (only in gen. mode) */ |
141 | int gcstepmul; /* GC `granularity' */ | 141 | int gcstepmul; /* GC `granularity' */ |
142 | lua_CFunction panic; /* to be called in unprotected errors */ | 142 | lua_CFunction panic; /* to be called in unprotected errors */ |
143 | struct lua_State *mainthread; | 143 | struct lua_State *mainthread; |