diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2016-05-02 11:02:12 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2016-05-02 11:02:12 -0300 |
| commit | 0232fbffbe43d84bef1bdb379b2b9f10eb11f750 (patch) | |
| tree | 277cf67d5eea525c4d66f24de8e5bbbe463aaf0d /llex.h | |
| parent | ed110f66c5af4fd804567a3cd5a7250eb5eb239b (diff) | |
| download | lua-0232fbffbe43d84bef1bdb379b2b9f10eb11f750.tar.gz lua-0232fbffbe43d84bef1bdb379b2b9f10eb11f750.tar.bz2 lua-0232fbffbe43d84bef1bdb379b2b9f10eb11f750.zip | |
now that 'luaO_str2num' always accepts a dot as a radix character,
the lexer does not need to bother with this issue.
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 | ||
