CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/09/05 14:19:56

Modified files:
        .              : ChangeLog 
        flower         : offset.cc 

Log message:
        use math.h iso. <cmath>

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4112&tr2=1.4113&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/flower/offset.cc.diff?tr1=1.22&tr2=1.23&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4112 lilypond/ChangeLog:1.4113
--- lilypond/ChangeLog:1.4112   Mon Sep  5 14:12:00 2005
+++ lilypond/ChangeLog  Mon Sep  5 14:19:56 2005
@@ -1,5 +1,7 @@
 2005-09-05  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * flower/offset.cc: use math.h iso. <cmath>
+
        * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
        of IE users.
 
Index: lilypond/flower/offset.cc
diff -u lilypond/flower/offset.cc:1.22 lilypond/flower/offset.cc:1.23
--- lilypond/flower/offset.cc:1.22      Mon Sep  5 14:12:00 2005
+++ lilypond/flower/offset.cc   Mon Sep  5 14:19:56 2005
@@ -10,7 +10,7 @@
 
 
 #include <math.h>
-#include <cmath>
+// #include <cmath>  // undefines isnan on MacOS X.  
 
 #ifndef STANDALONE
 String


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to