diff options
Diffstat (limited to 'lstate.h')
-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.153 2017/12/19 16:40:17 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.154 2018/02/09 15:16:06 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 | */ |
@@ -176,7 +176,7 @@ typedef struct global_State { | |||
176 | lua_CFunction panic; /* to be called in unprotected errors */ | 176 | lua_CFunction panic; /* to be called in unprotected errors */ |
177 | struct lua_State *mainthread; | 177 | struct lua_State *mainthread; |
178 | const lua_Number *version; /* pointer to version number */ | 178 | const lua_Number *version; /* pointer to version number */ |
179 | TString *nfield; /* string "n" (key in vararg tables) */ | 179 | TString *memerrmsg; /* message for memory-allocation errors */ |
180 | TString *tmname[TM_N]; /* array with tag-method names */ | 180 | TString *tmname[TM_N]; /* array with tag-method names */ |
181 | struct Table *mt[LUA_NUMTAGS]; /* metatables for basic types */ | 181 | struct Table *mt[LUA_NUMTAGS]; /* metatables for basic types */ |
182 | TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */ | 182 | TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */ |