]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/real.cc
Merge branch 'stable'
[lilypond.git] / flower / real.cc
index 7f57b1474bdff3b4e93394d5eccb05da84d638ec..55537f8fa5d56296f473be106313e81ed87ca09b 100644 (file)
@@ -1,5 +1,13 @@
 #include "real.hh"
 
 #include <cmath>
+using namespace std;
 
-const Real infinity_f = HUGE_VAL;
+const Real infinity_f =
+#ifdef INFINITY
+  INFINITY
+#else
+  HUGE_VAL  
+#endif
+  ;
+