+/*
+ real.hh -- declare Real
+
+ source file of the Flower Library
+
+ (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+
#ifndef REAL_HH
#define REAL_HH
#include <builtin.h>
#include <minmax.h>
#include <math.h>
+#include <limits.h>
typedef double Real;
+const Real infinity_f = HUGE_VAL;
inline Real
distance(Real x,Real y)
{
return abs(x-y);
}
+
#endif
#include "boxes.hh"
-#include "const.hh"
#include "varray.hh"
#include <math.h>
#include "real.hh"
-const Real INFTY=HUGE_VAL;
-const Real INFTY_f=(Real)INT_MAX;
+#error
#endif
+/*
+ tex.cc -- implement TeX related misc functions
+
+ source file of the GNU LilyPond music typesetter
+
+ (c) 1996,1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
#include "dimen.hh"
#include "tex.hh"
#include "symbol.hh"
-#include "const.hh"
#include "varray.hh"
String