aboutsummaryrefslogtreecommitdiff
path: root/ldo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldo.h')
-rw-r--r--ldo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldo.h b/ldo.h
index b050fc08..4bc75030 100644
--- a/ldo.h
+++ b/ldo.h
@@ -59,7 +59,6 @@ LUAI_FUNC int luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func,
59LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults); 59LUAI_FUNC CallInfo *luaD_precall (lua_State *L, StkId func, int nResults);
60LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults); 60LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults);
61LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults); 61LUAI_FUNC void luaD_callnoyield (lua_State *L, StkId func, int nResults);
62LUAI_FUNC StkId luaD_tryfuncTM (lua_State *L, StkId func);
63LUAI_FUNC int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status); 62LUAI_FUNC int luaD_closeprotected (lua_State *L, ptrdiff_t level, int status);
64LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u, 63LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
65 ptrdiff_t oldtop, ptrdiff_t ef); 64 ptrdiff_t oldtop, ptrdiff_t ef);