diff options
Diffstat (limited to 'ldebug.h')
-rw-r--r-- | ldebug.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ | |||
24 | LUAI_FUNC int luaG_getfuncline (const Proto *f, int pc); | 24 | LUAI_FUNC int luaG_getfuncline (const Proto *f, int pc); |
25 | LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o, | 25 | LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o, |
26 | const char *opname); | 26 | const char *opname); |
27 | LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o, | ||
28 | const char *what); | ||
27 | LUAI_FUNC l_noret luaG_concaterror (lua_State *L, const TValue *p1, | 29 | LUAI_FUNC l_noret luaG_concaterror (lua_State *L, const TValue *p1, |
28 | const TValue *p2); | 30 | const TValue *p2); |
29 | LUAI_FUNC l_noret luaG_opinterror (lua_State *L, const TValue *p1, | 31 | LUAI_FUNC l_noret luaG_opinterror (lua_State *L, const TValue *p1, |