From eea88c6b361486a948820ba7ed93a02b5678eb9a Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 15 Jan 1997 17:13:22 +0000 Subject: [PATCH] lilypond-0.0.23 --- hdr/main.hh | 1 + src/lexer.l | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hdr/main.hh b/hdr/main.hh index f5a795a951..e73ba2390b 100644 --- a/hdr/main.hh +++ b/hdr/main.hh @@ -7,6 +7,7 @@ void set_debug(bool); void do_scores(); void add_score(Input_score * s); void set_default_output(String s); +String find_file(String); const char *get_version(); #endif diff --git a/src/lexer.l b/src/lexer.l index 9f99dd2713..2b15b352e8 100644 --- a/src/lexer.l +++ b/src/lexer.l @@ -184,7 +184,7 @@ include { BEGIN(incl); } mtor << "parens\n"; return YYText()[0]; } -[:=] { +[*:=] { char c = YYText()[0]; mtor << "misc char" <