From 44c6a90643128af8c4521d5c5ee86d5885b79b0b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 4 Nov 2010 00:31:50 +0000 Subject: LUA: Tweak lua_ident to not conflict with SVN keywords (since this is not used at all, only used to 'mark' binaries compiling Lua in, I think we could safely remove it, too) svn-id: r54056 --- engines/sword25/util/lua/lapi.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/sword25/util') diff --git a/engines/sword25/util/lua/lapi.cpp b/engines/sword25/util/lua/lapi.cpp index d03b067835..b1118db368 100644 --- a/engines/sword25/util/lua/lapi.cpp +++ b/engines/sword25/util/lua/lapi.cpp @@ -32,9 +32,9 @@ const char lua_ident[] = - "$Lua: " LUA_RELEASE " " LUA_COPYRIGHT " $\n" - "$Authors: " LUA_AUTHORS " $\n" - "$URL$\n"; + "Lua: " LUA_RELEASE " " LUA_COPYRIGHT " \n" + "Authors: " LUA_AUTHORS " \n" + "URL: www.lua.org\n"; -- cgit v1.2.3