summaryrefslogtreecommitdiff
path: root/lundump.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-08-23 14:26:12 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-08-23 14:26:12 -0300
commitf99509581ee73c1c2dbddb3398e87c098771d31f (patch)
treed6dab82ae42f5fbd2a20a80d6f6200748e196d32 /lundump.c
parent3dcd04ad610d151afbe8cd92c43e2232e621fbb5 (diff)
downloadlua-github-f99509581ee73c1c2dbddb3398e87c098771d31f.tar.gz
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.
Diffstat (limited to 'lundump.c')
-rw-r--r--lundump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lundump.c b/lundump.c
index 64b64362..00ff6def 100644
--- a/lundump.c
+++ b/lundump.c
@@ -1,5 +1,5 @@
/*
-** $Id: lundump.c,v 2.49 2017/12/07 18:59:52 roberto Exp roberto $
+** $Id: lundump.c $
** load precompiled Lua chunks
** See Copyright Notice in lua.h
*/