]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/interval.tcc
release: 0.0.27
[lilypond.git] / flower / interval.tcc
index 0a1a027acd277a6a376b65a5e849eda437b3f731..6e7b0b1279c228982edacbf11eee9775bc07dce6 100644 (file)
@@ -34,7 +34,7 @@ Interval__compare(const Interval_t<T>&a,Interval_t<T> const&b)
 #ifdef AIX
 const Real INFTY = 1e8;        // ARGh. AIX sucks
 #else
-const Real INFTY = HUGE;
+const Real INFTY = HUGE_VAL;
 #endif
 
 template<class T>