diff options
author | Max Horn | 2010-11-04 00:31:50 +0000 |
---|---|---|
committer | Max Horn | 2010-11-04 00:31:50 +0000 |
commit | 44c6a90643128af8c4521d5c5ee86d5885b79b0b (patch) | |
tree | 705e11e94fac0482d788aa01a664f31dc87a8c17 /engines/sword25/util/lua | |
parent | 0f7645dda9a38d4fbf40ffe3e68207bd8394292c (diff) | |
download | scummvm-rg350-44c6a90643128af8c4521d5c5ee86d5885b79b0b.tar.gz scummvm-rg350-44c6a90643128af8c4521d5c5ee86d5885b79b0b.tar.bz2 scummvm-rg350-44c6a90643128af8c4521d5c5ee86d5885b79b0b.zip |
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
Diffstat (limited to 'engines/sword25/util/lua')
-rw-r--r-- | engines/sword25/util/lua/lapi.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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"; |