X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fflower-proto.hh;h=794ab1ad20a32d6389e87c93620f70e22e186ea7;hb=49daa856795e435ad1d22fa29c040b19851d692e;hp=1e14a5b10c5dbf3f3860d969ff62e1d567ae6497;hpb=1e2c23a85f2dbb849f5c71696c1bd320816270cb;p=lilypond.git diff --git a/flower/include/flower-proto.hh b/flower/include/flower-proto.hh index 1e14a5b10c..794ab1ad20 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--2006 Han-Wen Nienhuys + (c) 1996--2007 Han-Wen Nienhuys */ #ifndef FLOWER_PROTO_HH @@ -9,23 +9,18 @@ char const *flower_version_str0 (); -template struct Assoc; -template struct Hash_table; -template struct Hash_table_iter; - typedef unsigned char Byte; +typedef long long I64; struct String_convert; #include "std-string.hh" -#include "std-vector.hh" using namespace std; #include "real.hh" -template struct Link_list; template struct Interval_t; template struct PQueue; - +template class Matrix; typedef Interval_t Interval; @@ -36,24 +31,18 @@ class File_name; class File_path; struct Getopt_long; -struct Text_stream; -struct Data_file; -struct Text_db; -struct Scalar; - typedef unsigned char U8; 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 Duration; -struct Duration_iterator; -struct Source_file; -struct Binary_source_file; -struct Sources; struct File_storage; struct Mapped_file_storage; struct Simple_file_storage;