]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3455: Fix flex warning: -s option given but default rule can be matched
authorDavid Kastrup <dak@gnu.org>
Mon, 15 Jul 2013 13:23:22 +0000 (15:23 +0200)
committerDavid Kastrup <dak@gnu.org>
Wed, 17 Jul 2013 16:06:00 +0000 (18:06 +0200)
lily/lexer.ll

index 0df70e20082f50bb4a6f131b00d6f55382f9b6af..c1a6e4b0f43665380e51fca28eec4d19895725ab 100644 (file)
@@ -722,7 +722,7 @@ BOM_UTF8    \357\273\277
                yyterminate ();
 }
 
-<maininput>. {
+<maininput>{ANY_CHAR} {
        while (include_stack_.size () > main_input_level_
               && close_input ())
                ;