summaryrefslogtreecommitdiff
path: root/src/llex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/llex.h')
-rw-r--r--src/llex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/llex.h b/src/llex.h
index d687fb8d..1a811dce 100644
--- a/src/llex.h
+++ b/src/llex.h
@@ -1,5 +1,5 @@
/*
-** $Id: llex.h,v 1.62 2009/10/11 20:02:19 roberto Exp $
+** $Id: llex.h,v 1.65 2010/04/05 16:35:37 roberto Exp $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/
@@ -60,6 +60,7 @@ typedef struct LexState {
Mbuffer *buff; /* buffer for tokens */
struct Varlist *varl; /* list of all active local variables */
TString *source; /* current source name */
+ TString *envn; /* environment variable name */
char decpoint; /* locale decimal point */
} LexState;