]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/const.hh
release: 0.1.0
[lilypond.git] / lily / include / const.hh
index 80342a4450e77026b52d48c382b8bca2920648c5..4b45edc5972ee604ae64b673aa75a38a0c1fc754 100644 (file)
@@ -3,8 +3,11 @@
     */
 #ifndef CONST_HH
 #define CONST_HH
+#include <limits.h>
 #include <math.h>
 #include "real.hh"
 
 const Real INFTY=HUGE_VAL;
+const Real INFTY_f=(Real)INT_MAX;
+
 #endif