summaryrefslogtreecommitdiff
path: root/libs/liblua/src/llex.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/liblua/src/llex.h')
-rw-r--r--libs/liblua/src/llex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/liblua/src/llex.h b/libs/liblua/src/llex.h
index afb40b5622..2363d87e40 100644
--- a/libs/liblua/src/llex.h
+++ b/libs/liblua/src/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 2016/05/02 14:02:12 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;