summaryrefslogtreecommitdiff
path: root/src/3rdParty/lua/ldo.h
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2021-11-22 10:05:39 +0800
committerLi Jin <dragon-fly@qq.com>2021-11-22 10:05:39 +0800
commit825b5d96f8a0d146615f0c6a76feab46da9baa60 (patch)
treedf450bac65848dddc4929383fdd0a48485254484 /src/3rdParty/lua/ldo.h
parent125f709b065acb35bcd216001720c0bb4635dd25 (diff)
downloadyuescript-0.9.1.tar.gz
yuescript-0.9.1.tar.bz2
yuescript-0.9.1.zip
update macro spec and builtin Lua.v0.9.1
Diffstat (limited to 'src/3rdParty/lua/ldo.h')
-rw-r--r--src/3rdParty/lua/ldo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdParty/lua/ldo.h b/src/3rdParty/lua/ldo.h
index 9fb772f..911e67f 100644
--- a/src/3rdParty/lua/ldo.h
+++ b/src/3rdParty/lua/ldo.h
@@ -58,7 +58,7 @@ LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
58LUAI_FUNC void luaD_hook (lua_State *L, int event, int line, 58LUAI_FUNC void luaD_hook (lua_State *L, int event, int line,
59 int fTransfer, int nTransfer); 59 int fTransfer, int nTransfer);
60LUAI_FUNC void luaD_hookcall (lua_State *L, CallInfo *ci); 60LUAI_FUNC void luaD_hookcall (lua_State *L, CallInfo *ci);
61LUAI_FUNC void luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, int n); 61LUAI_FUNC int luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, int narg1, int delta);
62LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults); 62LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults);
63LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults); 63LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults);
64LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults); 64LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults);