summaryrefslogtreecommitdiff
path: root/llex.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-25 09:50:46 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-25 09:50:46 -0200
commitbdf566a8a32450c2eb6273c8c1a92e2181b6846e (patch)
treeb301da541fbad81034216a6e0465cc381082431e /llex.h
parentc3c78030f79fdbbb06265d50645e408d60e7798e (diff)
downloadlua-bdf566a8a32450c2eb6273c8c1a92e2181b6846e.tar.gz
lua-bdf566a8a32450c2eb6273c8c1a92e2181b6846e.tar.bz2
lua-bdf566a8a32450c2eb6273c8c1a92e2181b6846e.zip
`name' in comments changed to 'name'
Diffstat (limited to 'llex.h')
-rw-r--r--llex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llex.h b/llex.h
index b79da192..21e3e8ca 100644
--- a/llex.h
+++ b/llex.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llex.h,v 1.75 2013/08/30 16:01:37 roberto Exp roberto $ 2** $Id: llex.h,v 1.76 2013/12/30 20:47:58 roberto Exp roberto $
3** Lexical Analyzer 3** Lexical Analyzer
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -54,7 +54,7 @@ typedef struct Token {
54typedef struct LexState { 54typedef struct LexState {
55 int current; /* current character (charint) */ 55 int current; /* current character (charint) */
56 int linenumber; /* input line counter */ 56 int linenumber; /* input line counter */
57 int lastline; /* line of last token `consumed' */ 57 int lastline; /* line of last token 'consumed' */
58 Token t; /* current token */ 58 Token t; /* current token */
59 Token lookahead; /* look ahead token */ 59 Token lookahead; /* look ahead token */
60 struct FuncState *fs; /* current function (parser) */ 60 struct FuncState *fs; /* current function (parser) */