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. --- lfunc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lfunc.h') diff --git a/lfunc.h b/lfunc.h index 74a9fc2e..859ccc12 100644 --- a/lfunc.h +++ b/lfunc.h @@ -1,5 +1,5 @@ /* -** $Id: lfunc.h,v 2.19 2018/01/28 15:13:26 roberto Exp roberto $ +** $Id: lfunc.h $ ** Auxiliary functions to manipulate prototypes and closures ** See Copyright Notice in lua.h */ -- cgit v1.2.3-55-g6feb