From f99509581ee73c1c2dbddb3398e87c098771d31f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 23 Aug 2018 14:26:12 -0300 Subject: Removed extra information from RCS keyword strings Version numbers and dates (mostly wrong) from RCS keyword strings removed from all source files; only the file name are kept. --- ltablib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ltablib.c') diff --git a/ltablib.c b/ltablib.c index 7bbc3a07..29c53e94 100644 --- a/ltablib.c +++ b/ltablib.c @@ -1,5 +1,5 @@ /* -** $Id: ltablib.c,v 1.96 2018/03/16 14:18:18 roberto Exp roberto $ +** $Id: ltablib.c $ ** Library for Table Manipulation ** See Copyright Notice in lua.h */ -- cgit v1.2.3-55-g6feb