From aef2d711b1d8457ecb5531d1e79d448453e8303c Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sun, 26 Oct 2014 13:45:41 -0200 Subject: detail --- llex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llex.c') diff --git a/llex.c b/llex.c index ad496799..16aac180 100644 --- a/llex.c +++ b/llex.c @@ -1,5 +1,5 @@ /* -** $Id: llex.c,v 2.84 2014/10/22 11:44:20 roberto Exp roberto $ +** $Id: llex.c,v 2.85 2014/10/25 11:50:46 roberto Exp roberto $ ** Lexical Analyzer ** See Copyright Notice in lua.h */ @@ -41,7 +41,7 @@ static const char *const luaX_tokens [] = { "return", "then", "true", "until", "while", "//", "..", "...", "==", ">=", "<=", "~=", "<<", ">>", "::", "", - "", "", "", "" + "", "", "", "" }; -- cgit v1.2.3-55-g6feb