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 6b3649d6..c3dd7cfa 100644
--- a/ldo.h
+++ b/ldo.h
@@ -23,7 +23,6 @@
23 23
24 24
25void luaD_lineHook (lua_State *L, int line, lua_Hook linehook); 25void luaD_lineHook (lua_State *L, int line, lua_Hook linehook);
26void luaD_callHook (lua_State *L, lua_Hook callhook, const char *event);
27StkId luaD_precall (lua_State *L, StkId func); 26StkId luaD_precall (lua_State *L, StkId func);
28void luaD_call (lua_State *L, StkId func, int nResults); 27void luaD_call (lua_State *L, StkId func, int nResults);
29void luaD_poscall (lua_State *L, int wanted, StkId firstResult); 28void luaD_poscall (lua_State *L, int wanted, StkId firstResult);