]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.50
authorfred <fred>
Sun, 24 Mar 2002 19:38:51 +0000 (19:38 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:38:51 +0000 (19:38 +0000)
lily/include/my-lily-parser.hh

index 1da7940b692ef945eed776b67a0858fff1d15e6c..cd27e9b574f2c14ac19389742cae3f9653015c6c 100644 (file)
@@ -62,10 +62,12 @@ public:
     void set_debug();
     void set_yydebug(bool);
     void print_declarations();
+    bool ignore_version_b_;
 public:
     void parse_file ( String init_str, String file_str);
     My_lily_parser(Sources * sources_l);
     ~My_lily_parser();
+    void set_version_check(bool ignore);
 };
 
 #endif // MY_LILY_PARSER_HH