mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 23:44:22 +00:00
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
This commit is contained in:
parent
0f7645dda9
commit
44c6a90643
@ -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";
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user