gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libbase tu_math.h


From: Markus Gothe
Subject: [Gnash-commit] gnash/libbase tu_math.h
Date: Thu, 12 Oct 2006 15:17:08 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/12 15:17:08

Modified files:
        libbase        : tu_math.h 

Log message:
        modff

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/tu_math.h?cvsroot=gnash&r1=1.16&r2=1.17

Patches:
Index: tu_math.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/tu_math.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- tu_math.h   12 Oct 2006 14:43:29 -0000      1.16
+++ tu_math.h   12 Oct 2006 15:17:08 -0000      1.17
@@ -55,6 +55,7 @@
     #define tan std::tan
     #define fabs std::fabs
     #define atan2 std::atan2
+    #define modff std::modff
 #endif
 
 // isfinite() comes with C99; fake version here in case compiler lacks it.




reply via email to

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