]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.38
authorfred <fred>
Sun, 24 Mar 2002 19:34:02 +0000 (19:34 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:34:02 +0000 (19:34 +0000)
hdr/lexer.hh

index 7f06158c3a5c31652fcfd3e3aeacbb44d03928ef..6a9d21a98ed7314e566ed04e94d3257b7ab4fb42 100644 (file)
@@ -43,6 +43,7 @@ struct My_flex_lexer : yyFlexLexer {
     void new_input(String s);
     bool  close_input();
     int yylex();
+    void print_declarations() const;
 };
 
 extern My_flex_lexer *lexer;