]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/flower-proto.hh
Merge master into nested-bookparts
[lilypond.git] / flower / include / flower-proto.hh
index 6aec04e5d065baabc725205468158ca215fee76a..794ab1ad20a32d6389e87c93620f70e22e186ea7 100644 (file)
@@ -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;