summaryrefslogtreecommitdiff
path: root/lua/llex.c
diff options
context:
space:
mode:
authorkyren <kerriganw@gmail.com>2018-07-18 05:29:27 -0400
committerkyren <kerriganw@gmail.com>2018-07-18 05:29:27 -0400
commit73306d2286457ff50cc81727522ad82cb6b6c32a (patch)
tree4e4a6f072b00b2e9dbc5a282a25f476c57ed23d0 /lua/llex.c
parent2d4f4b95c8f1504ae7751d56ed62db49a8170fda (diff)
downloadmlua-73306d2286457ff50cc81727522ad82cb6b6c32a.zip
Upgrade embedded Lua to 5.3.5
Diffstat (limited to 'lua/llex.c')
-rw-r--r--lua/llex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/llex.c b/lua/llex.c
index 7032827..66fd411 100644
--- a/lua/llex.c
+++ b/lua/llex.c
@@ -1,5 +1,5 @@
/*
-** $Id: llex.c,v 2.96 2016/05/02 14:02:12 roberto Exp $
+** $Id: llex.c,v 2.96.1.1 2017/04/19 17:20:42 roberto Exp $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/