aboutsummaryrefslogtreecommitdiff
path: root/lua.h
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 /lua.h
parent3dcd04ad610d151afbe8cd92c43e2232e621fbb5 (diff)
downloadlua-f99509581ee73c1c2dbddb3398e87c098771d31f.tar.gz
lua-f99509581ee73c1c2dbddb3398e87c098771d31f.tar.bz2
lua-f99509581ee73c1c2dbddb3398e87c098771d31f.zip
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 'lua.h')
-rw-r--r--lua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua.h b/lua.h
index 03d92c0b..a014be1f 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.346 2018/04/04 14:23:41 roberto Exp roberto $ 2** $Id: lua.h $
3** Lua - A Scripting Language 3** Lua - A Scripting Language
4** Lua.org, PUC-Rio, Brazil (http://www.lua.org) 4** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
5** See Copyright Notice at the end of this file 5** See Copyright Notice at the end of this file