aboutsummaryrefslogtreecommitdiff
path: root/ldebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldebug.h')
-rw-r--r--ldebug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldebug.h b/ldebug.h
index f080711d..1fe0efab 100644
--- a/ldebug.h
+++ b/ldebug.h
@@ -22,6 +22,8 @@
22#define ABSLINEINFO (-0x80) 22#define ABSLINEINFO (-0x80)
23 23
24LUAI_FUNC int luaG_getfuncline (const Proto *f, int pc); 24LUAI_FUNC int luaG_getfuncline (const Proto *f, int pc);
25LUAI_FUNC const char *luaG_findlocal (lua_State *L, CallInfo *ci, int n,
26 StkId *pos);
25LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o, 27LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
26 const char *opname); 28 const char *opname);
27LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o, 29LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o,