From: fred Date: Sun, 24 Mar 2002 19:34:02 +0000 (+0000) Subject: lilypond-0.0.38 X-Git-Tag: release/1.5.59~5260 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=84485d926014b8f95237d4cf3f9cb53c647fefc4;p=lilypond.git lilypond-0.0.38 --- diff --git a/hdr/lexer.hh b/hdr/lexer.hh index 7f06158c3a..6a9d21a98e 100644 --- a/hdr/lexer.hh +++ b/hdr/lexer.hh @@ -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;