]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/real.cc
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / flower / real.cc
index 297f27853194725d2ff8ea5d290bc19b3cc8336a..55537f8fa5d56296f473be106313e81ed87ca09b 100644 (file)
@@ -3,4 +3,11 @@
 #include <cmath>
 using namespace std;
 
-const Real infinity_f = INFINITY;
+const Real infinity_f =
+#ifdef INFINITY
+  INFINITY
+#else
+  HUGE_VAL  
+#endif
+  ;
+