diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -355,6 +355,7 @@ LUAI_FUNC void luaE_freeCI (lua_State *L); | |||
355 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); | 355 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); |
356 | LUAI_FUNC void luaE_enterCcall (lua_State *L); | 356 | LUAI_FUNC void luaE_enterCcall (lua_State *L); |
357 | LUAI_FUNC void luaE_warning (lua_State *L, const char *msg, int tocont); | 357 | LUAI_FUNC void luaE_warning (lua_State *L, const char *msg, int tocont); |
358 | LUAI_FUNC void luaE_warnerror (lua_State *L, const char *where); | ||
358 | 359 | ||
359 | 360 | ||
360 | #define luaE_exitCcall(L) ((L)->nCcalls++) | 361 | #define luaE_exitCcall(L) ((L)->nCcalls++) |