aboutsummaryrefslogtreecommitdiff
path: root/ldebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldebug.h')
-rw-r--r--ldebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldebug.h b/ldebug.h
index a0a58486..55b3ae09 100644
--- a/ldebug.h
+++ b/ldebug.h
@@ -31,6 +31,7 @@ LUAI_FUNC const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n,
31 StkId *pos); 31 StkId *pos);
32LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o, 32LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
33 const char *opname); 33 const char *opname);
34LUAI_FUNC l_noret luaG_callerror (lua_State *L, const TValue *o);
34LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o, 35LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o,
35 const char *what); 36 const char *what);
36LUAI_FUNC l_noret luaG_concaterror (lua_State *L, const TValue *p1, 37LUAI_FUNC l_noret luaG_concaterror (lua_State *L, const TValue *p1,