diff options
Diffstat (limited to 'ldebug.h')
-rw-r--r-- | ldebug.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ LUAI_FUNC const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n, | |||
31 | StkId *pos); | 31 | StkId *pos); |
32 | LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o, | 32 | LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o, |
33 | const char *opname); | 33 | const char *opname); |
34 | LUAI_FUNC l_noret luaG_callerror (lua_State *L, const TValue *o); | ||
34 | LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o, | 35 | LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o, |
35 | const char *what); | 36 | const char *what); |
36 | LUAI_FUNC l_noret luaG_concaterror (lua_State *L, const TValue *p1, | 37 | LUAI_FUNC l_noret luaG_concaterror (lua_State *L, const TValue *p1, |