X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Frational.hh;h=0129cea773dd22da6a64fdfc357549d44cf5f46e;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=57bd23593b2475b265b320dcdde20d8e87edbd38;hpb=9e338fb9a890089a44a3c36ae3c95653027718d5;p=lilypond.git diff --git a/flower/include/rational.hh b/flower/include/rational.hh index 57bd23593b..0129cea773 100644 --- a/flower/include/rational.hh +++ b/flower/include/rational.hh @@ -3,7 +3,7 @@ source file of the Flower Library - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #ifndef RATIONAL_HH @@ -57,6 +57,7 @@ public: Rational (); Rational (int); Rational (I64); + Rational (U64); explicit Rational (I64, I64); explicit Rational (double); Rational (Rational const &r) { copy (r);} @@ -101,6 +102,6 @@ ostream & operator << (ostream &, Rational); #endif -const Rational infinity_rat (LLONG_MAX); +const Rational infinity_rat (U64_MAX); #endif // RATIONAL_HH