[Scummvm-cvs-logs] CVS: residual/lua lmathlib.cpp,1.3,1.4

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun Jan 1 03:13:03 CET 2006


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

Modified Files:
	lmathlib.cpp 
Log Message:
fixed warning

Index: lmathlib.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/lua/lmathlib.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lmathlib.cpp	12 Jan 2005 22:10:12 -0000	1.3
+++ lmathlib.cpp	1 Jan 2006 11:12:22 -0000	1.4
@@ -12,9 +12,7 @@
 #include "lua.h"
 #include "lualib.h"
 
-#ifdef M_PI
-#define PI                      M_PI
-#else
+#ifndef PI
 #define PI          ((double)3.14159265358979323846)
 #endif
 





More information about the Scummvm-git-logs mailing list