aboutsummaryrefslogtreecommitdiff
path: root/src/lua/ldebug.h
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2021-01-22 17:54:39 +0800
committerLi Jin <dragon-fly@qq.com>2021-01-22 17:54:39 +0800
commit236bcc6e10f59b9336603571f1683cbe4aa411a9 (patch)
tree7116190d16a12bfcb0819e802c6e1d4ac8b0ec70 /src/lua/ldebug.h
parentf61b96675547c8bf40c7f646e3766f4139efd927 (diff)
downloadyuescript-236bcc6e10f59b9336603571f1683cbe4aa411a9.tar.gz
yuescript-236bcc6e10f59b9336603571f1683cbe4aa411a9.tar.bz2
yuescript-236bcc6e10f59b9336603571f1683cbe4aa411a9.zip
update included Lua.
Diffstat (limited to 'src/lua/ldebug.h')
-rw-r--r--src/lua/ldebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/ldebug.h b/src/lua/ldebug.h
index a0a5848..55b3ae0 100644
--- a/src/lua/ldebug.h
+++ b/src/lua/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,