]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.48
authorfred <fred>
Sun, 24 Mar 2002 20:02:21 +0000 (20:02 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:02:21 +0000 (20:02 +0000)
flower/include/fproto.hh

index 694f63fed6175beef690c37c011d1ea63fa8874a..5c491d61144622fccc6bafdfaf6a22c259ddb42f 100644 (file)
@@ -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;