diff options
author | Li Jin <dragon-fly@qq.com> | 2021-01-22 17:54:39 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-01-22 17:54:39 +0800 |
commit | 236bcc6e10f59b9336603571f1683cbe4aa411a9 (patch) | |
tree | 7116190d16a12bfcb0819e802c6e1d4ac8b0ec70 /src/lua/ldebug.h | |
parent | f61b96675547c8bf40c7f646e3766f4139efd927 (diff) | |
download | yuescript-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.h | 1 |
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); |
32 | LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o, | 32 | LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o, |
33 | const char *opname); | 33 | const char *opname); |
34 | LUAI_FUNC l_noret luaG_callerror (lua_State *L, const TValue *o); | ||
34 | LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o, | 35 | LUAI_FUNC l_noret luaG_forerror (lua_State *L, const TValue *o, |
35 | const char *what); | 36 | const char *what); |
36 | LUAI_FUNC l_noret luaG_concaterror (lua_State *L, const TValue *p1, | 37 | LUAI_FUNC l_noret luaG_concaterror (lua_State *L, const TValue *p1, |