]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.23
authorfred <fred>
Wed, 15 Jan 1997 17:13:22 +0000 (17:13 +0000)
committerfred <fred>
Wed, 15 Jan 1997 17:13:22 +0000 (17:13 +0000)
hdr/main.hh
src/lexer.l

index f5a795a951998b221851004274654e7e5244c304..e73ba2390b338525345ac2fac8d158d00fe0109b 100644 (file)
@@ -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
index 9f99dd27134fafd5c4129ce9297883beeb4088ba..2b15b352e866a14fd84438e2f8ee417cd43e4399 100644 (file)
@@ -184,7 +184,7 @@ include           { BEGIN(incl); }
        mtor << "parens\n";
        return YYText()[0];
 }
-[:=]           {
+[*:=]          {
        char c = YYText()[0];
        mtor << "misc char" <<c<<"\n";
        return c;