diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -317,7 +317,7 @@ LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L); | |||
317 | LUAI_FUNC void luaE_freeCI (lua_State *L); | 317 | LUAI_FUNC void luaE_freeCI (lua_State *L); |
318 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); | 318 | LUAI_FUNC void luaE_shrinkCI (lua_State *L); |
319 | LUAI_FUNC void luaE_enterCcall (lua_State *L); | 319 | LUAI_FUNC void luaE_enterCcall (lua_State *L); |
320 | LUAI_FUNC void luaE_warning (lua_State *L, const char *msg); | 320 | LUAI_FUNC void luaE_warning (lua_State *L, const char *msg, int tocont); |
321 | 321 | ||
322 | 322 | ||
323 | #define luaE_exitCcall(L) ((L)->nCcalls--) | 323 | #define luaE_exitCcall(L) ((L)->nCcalls--) |