From cc583a17df76a363e419c960d72422169fae816d Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 20 Feb 2019 10:24:56 -0300 Subject: 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. --- re.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 're.lua') diff --git a/re.lua b/re.lua index 6351929..3bb8af7 100644 --- a/re.lua +++ b/re.lua @@ -1,4 +1,4 @@ --- $Id: re.lua,v 1.46 2018/06/04 16:21:19 roberto Exp $ +-- $Id: re.lua $ -- imported functions and modules local tonumber, type, print, error = tonumber, type, print, error -- cgit v1.2.3-55-g6feb