aboutsummaryrefslogtreecommitdiff
path: root/ldo.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldo.c')
-rw-r--r--ldo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldo.c b/ldo.c
index 205203dc..a0772421 100644
--- a/ldo.c
+++ b/ldo.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldo.c,v 1.192 2002/08/07 20:55:00 roberto Exp roberto $ 2** $Id: ldo.c,v 1.193 2002/08/30 19:09:21 roberto Exp roberto $
3** Stack and Call structure of Lua 3** Stack and Call structure of Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -151,7 +151,7 @@ static void luaD_growCI (lua_State *L) {
151} 151}
152 152
153 153
154void luaD_callhook (lua_State *L, lua_Hookevent event, int line) { 154void luaD_callhook (lua_State *L, int event, int line) {
155 lua_Hook hook = L->hook; 155 lua_Hook hook = L->hook;
156 if (hook && allowhook(L)) { 156 if (hook && allowhook(L)) {
157 ptrdiff_t top = savestack(L, L->top); 157 ptrdiff_t top = savestack(L, L->top);