aboutsummaryrefslogtreecommitdiff
path: root/ldo.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldo.c')
-rw-r--r--ldo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldo.c b/ldo.c
index ef9a3a2d..3c38fd25 100644
--- a/ldo.c
+++ b/ldo.c
@@ -134,7 +134,7 @@ void luaD_lineHook (lua_State *L, int line, lua_Hook linehook) {
134} 134}
135 135
136 136
137void luaD_callHook (lua_State *L, lua_Hook callhook, const char *event) { 137static void luaD_callHook (lua_State *L, lua_Hook callhook, const char *event) {
138 if (L->allowhooks) { 138 if (L->allowhooks) {
139 lua_Debug ar; 139 lua_Debug ar;
140 ar.event = event; 140 ar.event = event;