From 4542fb9f78ff72c6bc72be76385f9710ffee867a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 30 Oct 2014 16:53:28 -0200 Subject: comments (a few extra quotes around identifiers) --- ltests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index 8db877dd..68f0c4a9 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 2.189 2014/10/25 11:50:46 roberto Exp roberto $ +** $Id: ltests.c,v 2.190 2014/10/27 17:00:02 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -1369,7 +1369,7 @@ static void Chook (lua_State *L, lua_Debug *ar) { /* -** sets registry.C_HOOK[L] = scpt and sets Chook as a hook +** sets 'registry.C_HOOK[L] = scpt' and sets 'Chook' as a hook */ static void sethookaux (lua_State *L, int mask, int count, const char *scpt) { if (*scpt == '\0') { /* no script? */ -- cgit v1.2.3-55-g6feb