From 4542fb9f78ff72c6bc72be76385f9710ffee867a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Thu, 30 Oct 2014 16:53:28 -0200 Subject: comments (a few extra quotes around identifiers) --- lcode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lcode.c') diff --git a/lcode.c b/lcode.c index 00fd1646..2e7af2f7 100644 --- a/lcode.c +++ b/lcode.c @@ -1,5 +1,5 @@ /* -** $Id: lcode.c,v 2.92 2014/10/27 16:29:58 roberto Exp roberto $ +** $Id: lcode.c,v 2.93 2014/10/28 17:27:41 roberto Exp roberto $ ** Code generator for Lua ** See Copyright Notice in lua.h */ @@ -589,7 +589,7 @@ int luaK_exp2RK (FuncState *fs, expdesc *e) { } case VK: { vk: - if (e->u.info <= MAXINDEXRK) /* constant fits in argC? */ + if (e->u.info <= MAXINDEXRK) /* constant fits in 'argC'? */ return RKASK(e->u.info); else break; } -- cgit v1.2.3-55-g6feb