From: fred Date: Sun, 24 Mar 2002 20:02:21 +0000 (+0000) Subject: lilypond-0.1.48 X-Git-Tag: release/1.5.59~3611 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8f32a471b7ed9231e82f4a5d7c1d3883e1f26126;p=lilypond.git lilypond-0.1.48 --- diff --git a/flower/include/fproto.hh b/flower/include/fproto.hh index 694f63fed6..5c491d6114 100644 --- a/flower/include/fproto.hh +++ b/flower/include/fproto.hh @@ -50,7 +50,17 @@ struct String_convert; struct String; struct Matrix_storage; struct Vector ; +struct MyRational; + + +#if PARANOIA +#ifndef Rational +#define Rational MyRational +#endif +#else struct Rational; +#endif + struct Text_stream; struct Data_file; struct Text_db;