diff options
Diffstat (limited to 'llex.h')
-rw-r--r-- | llex.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 | ||