diff options
author | Lua Team <team@lua.org> | 2014-07-31 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2014-07-31 12:00:00 +0000 |
commit | d7648e85b78d53a2248de909868192598ad0eb69 (patch) | |
tree | c67708a14fd29f8ff7e4981aadb041c5ab577e08 /src/lparser.c | |
parent | 3907bda05b0e73eba86487ad703e832ca14b64ce (diff) | |
download | lua-github-5.3.0-alpha.tar.gz |
Lua 5.3.0-alpha5.3.0-alpha
Diffstat (limited to 'src/lparser.c')
-rw-r--r-- | src/lparser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lparser.c b/src/lparser.c index 6c097d7f..1e7e244a 100644 --- a/src/lparser.c +++ b/src/lparser.c @@ -1,5 +1,5 @@ /* -** $Id: lparser.c,v 2.139 2014/06/19 18:27:20 roberto Exp $ +** $Id: lparser.c,v 2.142 2014/07/21 16:02:10 roberto Exp $ ** Lua Parser ** See Copyright Notice in lua.h */ |