diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-05-10 11:13:39 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-05-10 11:13:39 -0300 |
commit | e435aaabef8e717e0812a16a82b56acd11fb34c1 (patch) | |
tree | 331bf674e3db83d6141eba7c3426087e760dd630 /ldo.h | |
parent | 315639d3bbdff4f83d2ab55863141276cb882af0 (diff) | |
download | lua-e435aaabef8e717e0812a16a82b56acd11fb34c1.tar.gz lua-e435aaabef8e717e0812a16a82b56acd11fb34c1.tar.bz2 lua-e435aaabef8e717e0812a16a82b56acd11fb34c1.zip |
Details (identation and typos)
Diffstat (limited to 'ldo.h')
-rw-r--r-- | ldo.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -58,7 +58,8 @@ LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, | |||
58 | LUAI_FUNC void luaD_hook (lua_State *L, int event, int line, | 58 | LUAI_FUNC void luaD_hook (lua_State *L, int event, int line, |
59 | int fTransfer, int nTransfer); | 59 | int fTransfer, int nTransfer); |
60 | LUAI_FUNC void luaD_hookcall (lua_State *L, CallInfo *ci); | 60 | LUAI_FUNC void luaD_hookcall (lua_State *L, CallInfo *ci); |
61 | LUAI_FUNC int luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, int narg1, int delta); | 61 | LUAI_FUNC int luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, |
62 | int narg1, int delta); | ||
62 | LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults); | 63 | LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults); |
63 | LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults); | 64 | LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults); |
64 | LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults); | 65 | LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults); |