From 84485d926014b8f95237d4cf3f9cb53c647fefc4 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:34:02 +0000 Subject: [PATCH] lilypond-0.0.38 --- hdr/lexer.hh | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5