]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/fproto.hh
release: 0.1.48
[lilypond.git] / 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;