[Scummvm-cvs-logs] SF.net SVN: scummvm:[53538] scummvm/trunk/engines/sword25/util/lua/luaconf. h
salty-horse at users.sourceforge.net
salty-horse at users.sourceforge.net
Sat Oct 16 14:04:22 CEST 2010
Revision: 53538
http://scummvm.svn.sourceforge.net/scummvm/?rev=53538&view=rev
Author: salty-horse
Date: 2010-10-16 12:04:22 +0000 (Sat, 16 Oct 2010)
Log Message:
-----------
SWORD25: Use C-style comments in C files
Modified Paths:
--------------
scummvm/trunk/engines/sword25/util/lua/luaconf.h
Modified: scummvm/trunk/engines/sword25/util/lua/luaconf.h
===================================================================
--- scummvm/trunk/engines/sword25/util/lua/luaconf.h 2010-10-16 12:02:59 UTC (rev 53537)
+++ scummvm/trunk/engines/sword25/util/lua/luaconf.h 2010-10-16 12:04:22 UTC (rev 53538)
@@ -319,7 +319,7 @@
** CHANGE it (define it) if you want exact compatibility with the
** behavior of setn/getn in Lua 5.0.
*/
-#define LUA_COMPAT_GETN // BS25 #undef LUA_COMPAT_GETN
+#define LUA_COMPAT_GETN /* BS25 #undef LUA_COMPAT_GETN */
/*
@@ LUA_COMPAT_LOADLIB controls compatibility about global loadlib.
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