diff options
Diffstat (limited to 'ldo.c')
-rw-r--r-- | ldo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ void luaD_lineHook (lua_State *L, int line, lua_Hook linehook) { | |||
134 | } | 134 | } |
135 | 135 | ||
136 | 136 | ||
137 | void luaD_callHook (lua_State *L, lua_Hook callhook, const char *event) { | 137 | static 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; |