From 8f32a471b7ed9231e82f4a5d7c1d3883e1f26126 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:02:21 +0000 Subject: [PATCH] lilypond-0.1.48 --- flower/include/fproto.hh | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; -- 2.39.5