[Scummvm-cvs-logs] CVS: residual/lua ltm.h,1.1,1.2 lua.h,1.2,1.3

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Nov 6 07:02:26 CET 2004


Update of /cvsroot/scummvm/residual/lua
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27598

Modified Files:
	ltm.h lua.h 
Log Message:
lua should have compatibility 2_5 enabled as grime lua, and fixed declaration for enabled code

Index: ltm.h
===================================================================
RCS file: /cvsroot/scummvm/residual/lua/ltm.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ltm.h	6 Oct 2004 19:07:53 -0000	1.1
+++ ltm.h	6 Nov 2004 14:56:33 -0000	1.2
@@ -34,7 +34,8 @@
   IM_CONCAT,
   IM_GC,
   IM_FUNCTION
-} IMS;
+} eIMS;
+typedef int IMS;
 
 #define IM_N 18
 

Index: lua.h
===================================================================
RCS file: /cvsroot/scummvm/residual/lua/lua.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lua.h	31 Oct 2004 15:34:14 -0000	1.2
+++ lua.h	6 Nov 2004 14:56:33 -0000	1.3
@@ -132,7 +132,7 @@
 ** for compatibility with old versions. Avoid using these macros/functions
 ** If your program does need any of these, define LUA_COMPAT2_5
 */
-
+#define LUA_COMPAT2_5
 
 #ifdef LUA_COMPAT2_5
 





More information about the Scummvm-git-logs mailing list