diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-10-30 16:53:28 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-10-30 16:53:28 -0200 |
| commit | 4542fb9f78ff72c6bc72be76385f9710ffee867a (patch) | |
| tree | d61e42e9130445fda7fe8968a6bf17ffc16f5364 /ltests.c | |
| parent | 80e817719de40823622f0c91288d129293373875 (diff) | |
| download | lua-4542fb9f78ff72c6bc72be76385f9710ffee867a.tar.gz lua-4542fb9f78ff72c6bc72be76385f9710ffee867a.tar.bz2 lua-4542fb9f78ff72c6bc72be76385f9710ffee867a.zip | |
comments (a few extra quotes around identifiers)
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? */ |
