aboutsummaryrefslogtreecommitdiff
path: root/ldo.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ldo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldo.h b/ldo.h
index 100bc3d1..769fccb9 100644
--- a/ldo.h
+++ b/ldo.h
@@ -23,7 +23,6 @@
23 23
24 24
25void luaD_init (lua_State *L, int stacksize); 25void luaD_init (lua_State *L, int stacksize);
26void luaD_adjusttop (lua_State *L, StkId newtop);
27void luaD_lineHook (lua_State *L, int line, lua_Hook linehook); 26void luaD_lineHook (lua_State *L, int line, lua_Hook linehook);
28void luaD_callHook (lua_State *L, lua_Hook callhook, const char *event); 27void luaD_callHook (lua_State *L, lua_Hook callhook, const char *event);
29StkId luaD_precall (lua_State *L, StkId func); 28StkId luaD_precall (lua_State *L, StkId func);