From: fred Date: Wed, 11 Dec 1996 22:36:57 +0000 (+0000) Subject: lilypond-0.0.16 X-Git-Tag: release/1.5.59~6611 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0bd28503a942540b8ee213b62181a788a8dab7ca;p=lilypond.git lilypond-0.0.16 --- diff --git a/hdr/lexer.hh b/hdr/lexer.hh index f1cddd1e27..7284dd40eb 100644 --- a/hdr/lexer.hh +++ b/hdr/lexer.hh @@ -4,7 +4,7 @@ #include "proto.hh" void new_input(String s); -bool close_input(); + int yylex(); void yyerror(const char *s); bool busy_parsing();