X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fflower-proto.hh;h=43ca4df6893abdbfadb00f39aa18051e8a8def5b;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=4421a619d7d3513ba67ba37697a42bc5bfc4b5b2;hpb=5ba813f72087815c20fba43788c647214bba130b;p=lilypond.git diff --git a/flower/include/flower-proto.hh b/flower/include/flower-proto.hh index 4421a619d7..43ca4df689 100644 --- a/flower/include/flower-proto.hh +++ b/flower/include/flower-proto.hh @@ -1,7 +1,7 @@ /* - fflower-proto.hh -- typenames in flowerlib + flower-proto.hh -- typenames in flowerlib - (c) 1996--2007 Han-Wen Nienhuys + (c) 1996--2008 Han-Wen Nienhuys */ #ifndef FLOWER_PROTO_HH @@ -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,8 +36,12 @@ typedef short I16; typedef unsigned short U16; typedef unsigned U32; typedef int I32; -typedef long long I64; +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;