]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/real.cc
Doc: Included/compile.itexi - CG 4.2 - Updated notes on reqs for compiling
[lilypond.git] / flower / real.cc
index 7f57b1474bdff3b4e93394d5eccb05da84d638ec..e81577c05f72f7ea6cadfe852b6e80ebd898906f 100644 (file)
@@ -2,4 +2,9 @@
 
 #include <cmath>
 
+#ifdef INFINITY
+const Real infinity_f = INFINITY;
+#else
 const Real infinity_f = HUGE_VAL;
+#endif
+