]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/real.cc
Doc-es: various updates.
[lilypond.git] / flower / real.cc
index 7f57b1474bdff3b4e93394d5eccb05da84d638ec..20d8069669a6d0a6d709fb4c9d801826aba29cb1 100644 (file)
@@ -1,5 +1,11 @@
 #include "real.hh"
 
 #include <cmath>
+using namespace std;
 
+#ifdef INFINITY
+const Real infinity_f = INFINITY;
+#else
 const Real infinity_f = HUGE_VAL;
+#endif
+