]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/flower-proto.hh
Run `make grand-replace'.
[lilypond.git] / flower / include / flower-proto.hh
index 6aec04e5d065baabc725205468158ca215fee76a..43ca4df6893abdbfadb00f39aa18051e8a8def5b 100644 (file)
@@ -1,7 +1,7 @@
 /*
   flower-proto.hh -- typenames in flowerlib
 
-  (c) 1996--2007 Han-Wen Nienhuys
+  (c) 1996--2008 Han-Wen Nienhuys
 */
 
 #ifndef FLOWER_PROTO_HH
@@ -38,6 +38,10 @@ typedef unsigned U32;
 typedef int I32;
 typedef unsigned long long U64;
 
+/* We should really use LLONG_MAX; unfortunately, this appears not to
+   be defined for the gub x-compiler.
+*/
+const U64 U64_MAX = (~0ULL);
 
 struct File_storage;
 struct Mapped_file_storage;