aboutsummaryrefslogtreecommitdiff
path: root/llex.h
diff options
context:
space:
mode:
Diffstat (limited to 'llex.h')
-rw-r--r--llex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llex.h b/llex.h
index 8ca33b4a..a50b6873 100644
--- a/llex.h
+++ b/llex.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llex.h,v 1.77 2014/10/25 11:50:46 roberto Exp roberto $ 2** $Id: llex.h,v 1.78 2014/10/29 15:38:24 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*/
@@ -69,7 +69,6 @@ typedef struct LexState {
69 struct Dyndata *dyd; /* dynamic structures used by the parser */ 69 struct Dyndata *dyd; /* dynamic structures used by the parser */
70 TString *source; /* current source name */ 70 TString *source; /* current source name */
71 TString *envn; /* environment variable name */ 71 TString *envn; /* environment variable name */
72 char decpoint; /* locale decimal point */
73} LexState; 72} LexState;
74 73
75 74