gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/testsuite/server AsValueTest.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/testsuite/server AsValueTest.cpp
Date: Fri, 21 Mar 2008 20:55:37 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  08/03/21 20:55:37

Modified files:
        testsuite/server: AsValueTest.cpp 

Log message:
        This should help us out where isfinite is a function in libm

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/server/AsValueTest.cpp?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: AsValueTest.cpp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/server/AsValueTest.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- AsValueTest.cpp     21 Mar 2008 10:06:19 -0000      1.3
+++ AsValueTest.cpp     21 Mar 2008 20:55:36 -0000      1.4
@@ -31,6 +31,10 @@
 
 using namespace gnash;
 
+#ifndef isfinite
+# define isfinite std::isfinite
+#endif
+
 int
 main(int /*argc*/, char** /*argv*/)
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]