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