diff options
Diffstat (limited to 'src/lua/lstate.h')
-rw-r--r-- | src/lua/lstate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/lstate.h b/src/lua/lstate.h index cbcf07e..38a6c9b 100644 --- a/src/lua/lstate.h +++ b/src/lua/lstate.h | |||
@@ -359,6 +359,7 @@ LUAI_FUNC void luaE_checkcstack (lua_State *L); | |||
359 | LUAI_FUNC void luaE_incCstack (lua_State *L); | 359 | LUAI_FUNC void luaE_incCstack (lua_State *L); |
360 | LUAI_FUNC void luaE_warning (lua_State *L, const char *msg, int tocont); | 360 | LUAI_FUNC void luaE_warning (lua_State *L, const char *msg, int tocont); |
361 | LUAI_FUNC void luaE_warnerror (lua_State *L, const char *where); | 361 | LUAI_FUNC void luaE_warnerror (lua_State *L, const char *where); |
362 | LUAI_FUNC int luaE_resetthread (lua_State *L, int status); | ||
362 | 363 | ||
363 | 364 | ||
364 | #endif | 365 | #endif |