summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lua/src/llex.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-09-03 14:34:39 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-09-03 14:34:39 +0200
commita6409d692ef748e6b8f7980d6bcb74a0a466d9cb (patch)
tree5895172f768b53aa78e2d0f64057a847b8da4ac5 /3rdparty/lua/src/llex.h
parent9a8964d5d0de712465b99de1ea3ef6d8042c4ddd (diff)
Update LUA to 5.3.3 (nw)
Diffstat (limited to '3rdparty/lua/src/llex.h')
-rw-r--r--3rdparty/lua/src/llex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/3rdparty/lua/src/llex.h b/3rdparty/lua/src/llex.h
index afb40b56228..2363d87e40e 100644
--- a/3rdparty/lua/src/llex.h
+++ b/3rdparty/lua/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;