aboutsummaryrefslogtreecommitdiff
path: root/ldebug.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ldebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldebug.h b/ldebug.h
index 2bfce3cb..20d07818 100644
--- a/ldebug.h
+++ b/ldebug.h
@@ -53,6 +53,7 @@ LUAI_FUNC l_noret luaG_tointerror (lua_State *L, const TValue *p1,
53 const TValue *p2); 53 const TValue *p2);
54LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1, 54LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1,
55 const TValue *p2); 55 const TValue *p2);
56LUAI_FUNC l_noret luaG_errnnil (lua_State *L, LClosure *cl, int k);
56LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...); 57LUAI_FUNC l_noret luaG_runerror (lua_State *L, const char *fmt, ...);
57LUAI_FUNC const char *luaG_addinfo (lua_State *L, const char *msg, 58LUAI_FUNC const char *luaG_addinfo (lua_State *L, const char *msg,
58 TString *src, int line); 59 TString *src, int line);