diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-12-20 19:26:52 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-12-20 19:26:52 -0200 |
commit | 42754c0f15ded97342d3aa67f719e1962fab702a (patch) | |
tree | 5d90865c6b16474307aeba155550184ad12df5a6 /ldo.h | |
parent | 18afb90349fc1b698d179e29fdc014589c2e1145 (diff) | |
download | lua-42754c0f15ded97342d3aa67f719e1962fab702a.tar.gz lua-42754c0f15ded97342d3aa67f719e1962fab702a.tar.bz2 lua-42754c0f15ded97342d3aa67f719e1962fab702a.zip |
small optimizations
Diffstat (limited to 'ldo.h')
-rw-r--r-- | ldo.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -23,7 +23,6 @@ | |||
23 | 23 | ||
24 | 24 | ||
25 | void luaD_init (lua_State *L, int stacksize); | 25 | void luaD_init (lua_State *L, int stacksize); |
26 | void luaD_adjusttop (lua_State *L, StkId newtop); | ||
27 | void luaD_lineHook (lua_State *L, int line, lua_Hook linehook); | 26 | void luaD_lineHook (lua_State *L, int line, lua_Hook linehook); |
28 | void luaD_callHook (lua_State *L, lua_Hook callhook, const char *event); | 27 | void luaD_callHook (lua_State *L, lua_Hook callhook, const char *event); |
29 | StkId luaD_precall (lua_State *L, StkId func); | 28 | StkId luaD_precall (lua_State *L, StkId func); |