]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/real.hh
release: 1.3.19
[lilypond.git] / flower / include / real.hh
index 630d3dd692e283c401d45b04f9b7b4e41a4ef4c0..73131dd7d3a0a510e62b8cb7492ba7d811313b28 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #define REAL_HH
 
 
-#include <math.h>
 #include <limits.h>
 
 typedef double Real;
-const Real infinity_f = HUGE_VAL;
+extern const Real infinity_f;
 
 template<class T> inline T abs (T x)
 {