diff options
Diffstat (limited to 'source/extern/lua/llex.h')
-rw-r--r-- | source/extern/lua/llex.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/extern/lua/llex.h b/source/extern/lua/llex.h index afb40b5..2ed0af6 100644 --- a/source/extern/lua/llex.h +++ b/source/extern/lua/llex.h @@ -1,5 +1,5 @@ /* -** $Id: llex.h,v 1.78 2014/10/29 15:38:24 roberto Exp $ +** $Id: llex.h,v 1.79.1.1 2017/04/19 17:20:42 roberto Exp $ ** Lexical Analyzer ** See Copyright Notice in lua.h */ @@ -69,7 +69,6 @@ typedef struct LexState { struct Dyndata *dyd; /* dynamic structures used by the parser */ TString *source; /* current source name */ TString *envn; /* environment variable name */ - char decpoint; /* locale decimal point */ } LexState; |