From 653977a0ac6de8f89980764da8b88412dd6ea187 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 30 Jan 2002 15:27:53 -0200 Subject: callhook can be static --- ldo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ldo.h') diff --git a/ldo.h b/ldo.h index 6b3649d6..c3dd7cfa 100644 --- a/ldo.h +++ b/ldo.h @@ -23,7 +23,6 @@ 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); void luaD_call (lua_State *L, StkId func, int nResults); void luaD_poscall (lua_State *L, int wanted, StkId firstResult); -- cgit v1.2.3-55-g6feb