From: David Kastrup Date: Mon, 15 Jul 2013 13:23:22 +0000 (+0200) Subject: Issue 3455: Fix flex warning: -s option given but default rule can be matched X-Git-Tag: release/2.17.23-1~17^2~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=738ad0d431ea1b8a998ef256527249beb82e33db;p=lilypond.git Issue 3455: Fix flex warning: -s option given but default rule can be matched --- diff --git a/lily/lexer.ll b/lily/lexer.ll index 0df70e2008..c1a6e4b0f4 100644 --- a/lily/lexer.ll +++ b/lily/lexer.ll @@ -722,7 +722,7 @@ BOM_UTF8 \357\273\277 yyterminate (); } -. { +{ANY_CHAR} { while (include_stack_.size () > main_input_level_ && close_input ()) ;