diff options
Diffstat (limited to 'ldo.h')
-rw-r--r-- | ldo.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -71,7 +71,6 @@ LUAI_FUNC int luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, | |||
71 | LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults); | 71 | LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults); |
72 | LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults); | 72 | LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults); |
73 | LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults); | 73 | LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults); |
74 | LUAI_FUNC StkId luaD_tryfuncTM (lua_State *L, StkId func); | ||
75 | LUAI_FUNC int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status); | 74 | LUAI_FUNC int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status); |
76 | LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u, | 75 | LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u, |
77 | ptrdiff_t oldtop, ptrdiff_t ef); | 76 | ptrdiff_t oldtop, ptrdiff_t ef); |