From bdf566a8a32450c2eb6273c8c1a92e2181b6846e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sat, 25 Oct 2014 09:50:46 -0200 Subject: `name' in comments changed to 'name' --- llex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llex.h') diff --git a/llex.h b/llex.h index b79da192..21e3e8ca 100644 --- a/llex.h +++ b/llex.h @@ -1,5 +1,5 @@ /* -** $Id: llex.h,v 1.75 2013/08/30 16:01:37 roberto Exp roberto $ +** $Id: llex.h,v 1.76 2013/12/30 20:47:58 roberto Exp roberto $ ** Lexical Analyzer ** See Copyright Notice in lua.h */ @@ -54,7 +54,7 @@ typedef struct Token { typedef struct LexState { int current; /* current character (charint) */ int linenumber; /* input line counter */ - int lastline; /* line of last token `consumed' */ + int lastline; /* line of last token 'consumed' */ Token t; /* current token */ Token lookahead; /* look ahead token */ struct FuncState *fs; /* current function (parser) */ -- cgit v1.2.3-55-g6feb