[Scummvm-cvs-logs] SF.net SVN: scummvm:[54056] scummvm/trunk/engines/sword25/util/lua/lapi.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Nov 4 01:31:52 CET 2010


Revision: 54056
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54056&view=rev
Author:   fingolfin
Date:     2010-11-04 00:31:50 +0000 (Thu, 04 Nov 2010)

Log Message:
-----------
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)

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/util/lua/lapi.cpp

Modified: scummvm/trunk/engines/sword25/util/lua/lapi.cpp
===================================================================
--- scummvm/trunk/engines/sword25/util/lua/lapi.cpp	2010-11-04 00:13:23 UTC (rev 54055)
+++ scummvm/trunk/engines/sword25/util/lua/lapi.cpp	2010-11-04 00:31:50 UTC (rev 54056)
@@ -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";
 
 
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list