]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/real.cc
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / flower / real.cc
index 297f27853194725d2ff8ea5d290bc19b3cc8336a..20d8069669a6d0a6d709fb4c9d801826aba29cb1 100644 (file)
@@ -3,4 +3,9 @@
 #include <cmath>
 using namespace std;
 
+#ifdef INFINITY
 const Real infinity_f = INFINITY;
+#else
+const Real infinity_f = HUGE_VAL;
+#endif
+