diff options
Diffstat (limited to 'ltests.c')
| -rw-r--r-- | ltests.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltests.c,v 2.189 2014/10/25 11:50:46 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 2.190 2014/10/27 17:00:02 roberto Exp roberto $ |
| 3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -1369,7 +1369,7 @@ static void Chook (lua_State *L, lua_Debug *ar) { | |||
| 1369 | 1369 | ||
| 1370 | 1370 | ||
| 1371 | /* | 1371 | /* |
| 1372 | ** sets registry.C_HOOK[L] = scpt and sets Chook as a hook | 1372 | ** sets 'registry.C_HOOK[L] = scpt' and sets 'Chook' as a hook |
| 1373 | */ | 1373 | */ |
| 1374 | static void sethookaux (lua_State *L, int mask, int count, const char *scpt) { | 1374 | static void sethookaux (lua_State *L, int mask, int count, const char *scpt) { |
| 1375 | if (*scpt == '\0') { /* no script? */ | 1375 | if (*scpt == '\0') { /* no script? */ |
