diff options
Diffstat (limited to 'lstate.h')
| -rw-r--r-- | lstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -438,7 +438,7 @@ union GCUnion { | |||
| 438 | LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt); | 438 | LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt); |
| 439 | LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); | 439 | LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1); |
| 440 | LUAI_FUNC lu_mem luaE_threadsize (lua_State *L); | 440 | LUAI_FUNC lu_mem luaE_threadsize (lua_State *L); |
| 441 | LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); | 441 | LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L, int err); |
| 442 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); | 442 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); |
| 443 | LUAI_FUNC void luaE_checkcstack (lua_State *L); | 443 | LUAI_FUNC void luaE_checkcstack (lua_State *L); |
| 444 | LUAI_FUNC void luaE_incCstack (lua_State *L); | 444 | LUAI_FUNC void luaE_incCstack (lua_State *L); |
