aboutsummaryrefslogtreecommitdiff
path: root/re.lua
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-02-20 10:24:56 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-02-20 10:24:56 -0300
commitcc583a17df76a363e419c960d72422169fae816d (patch)
tree4977b1f51662acefdece72218b3e92e7ac0c2112 /re.lua
parente08e5df853560de6482d84066a7accc6a18de545 (diff)
downloadlpeg-cc583a17df76a363e419c960d72422169fae816d.tar.gz
lpeg-cc583a17df76a363e419c960d72422169fae816d.tar.bz2
lpeg-cc583a17df76a363e419c960d72422169fae816d.zip
Removed extra information from RCS keyword strings
Version numbers and dates from RCS keyword strings removed from all source files; keeps only the file name.
Diffstat (limited to '')
-rw-r--r--re.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/re.lua b/re.lua
index 6351929..3bb8af7 100644
--- a/re.lua
+++ b/re.lua
@@ -1,4 +1,4 @@
1-- $Id: re.lua,v 1.46 2018/06/04 16:21:19 roberto Exp $ 1-- $Id: re.lua $
2 2
3-- imported functions and modules 3-- imported functions and modules
4local tonumber, type, print, error = tonumber, type, print, error 4local tonumber, type, print, error = tonumber, type, print, error