diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-02-15 16:06:24 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-02-15 16:06:24 -0200 |
| commit | c7a8cba74512a16aa01a99f2cdf395b358ada2fc (patch) | |
| tree | 00d54a7a1170f700470554984c30132972f04cbd /lstate.h | |
| parent | 0682fe816929da2e5abe8e191ad9c8509e6bfc12 (diff) | |
| download | lua-c7a8cba74512a16aa01a99f2cdf395b358ada2fc.tar.gz lua-c7a8cba74512a16aa01a99f2cdf395b358ada2fc.tar.bz2 lua-c7a8cba74512a16aa01a99f2cdf395b358ada2fc.zip | |
no more 'nfield' string
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 */ |
