small optimizations

This commit is contained in:
Roberto Ierusalimschy
2001-12-20 19:26:52 -02:00
parent 18afb90349
commit 42754c0f15
4 changed files with 18 additions and 29 deletions

1
ldo.h
View File

@@ -23,7 +23,6 @@
void luaD_init (lua_State *L, int stacksize);
void luaD_adjusttop (lua_State *L, StkId newtop);
void luaD_lineHook (lua_State *L, int line, lua_Hook linehook);
void luaD_callHook (lua_State *L, lua_Hook callhook, const char *event);
StkId luaD_precall (lua_State *L, StkId func);