]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/rational.hh
Run `make grand-replace'.
[lilypond.git] / flower / include / rational.hh
index 57bd23593b2475b265b320dcdde20d8e87edbd38..0129cea773dd22da6a64fdfc357549d44cf5f46e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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