]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/flower-proto.hh
Use long long integers in Rational class.
[lilypond.git] / flower / include / flower-proto.hh
index 4421a619d7d3513ba67ba37697a42bc5bfc4b5b2..6aec04e5d065baabc725205468158ca215fee76a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  fflower-proto.hh -- typenames in flowerlib
+  flower-proto.hh -- typenames in flowerlib
 
   (c) 1996--2007 Han-Wen Nienhuys
 */
@@ -10,6 +10,7 @@
 char const *flower_version_str0 ();
 
 typedef unsigned char Byte;
+typedef long long I64;
 struct String_convert;
 
 #include "std-string.hh"
@@ -35,7 +36,7 @@ typedef short I16;
 typedef unsigned short U16;
 typedef unsigned U32;
 typedef int I32;
-typedef long long I64;
+typedef unsigned long long U64;
 
 
 struct File_storage;