aboutsummaryrefslogtreecommitdiff
path: root/src/llex.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-11-28 22:55:31 +0000
committerWarner Losh <imp@FreeBSD.org>2017-11-28 22:55:31 +0000
commitc07e635a743de50fac64b715c08cd78aa51077c5 (patch)
tree863f22fc969cf46809d8d43e637381729edbe9ef /src/llex.h
parent52bff0d770d4359f702d9922b8608ad23351ea89 (diff)
downloadsrc-c07e635a743de50fac64b715c08cd78aa51077c5.tar.gz
src-c07e635a743de50fac64b715c08cd78aa51077c5.zip
Import Lua 3.5.4vendor/lua/5.3.4
Notes
Notes: svn path=/vendor/lua/dist/; revision=326344 svn path=/vendor/lua/5.3.4/; revision=326352; tag=vendor/lua/5.3.4
Diffstat (limited to 'src/llex.h')
-rw-r--r--src/llex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/llex.h b/src/llex.h
index afb40b56228f..2363d87e40ea 100644
--- a/src/llex.h
+++ b/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;