From: Han-Wen Nienhuys Date: Fri, 5 Jan 2007 02:28:31 +0000 (+0100) Subject: thinko. X-Git-Tag: release/2.11.9-1~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=211fe2a151b0d95c73bd95fc581325a8814a9a32;p=lilypond.git thinko. --- diff --git a/lily/lexer.ll b/lily/lexer.ll index 942c52244f..6e34777e26 100644 --- a/lily/lexer.ll +++ b/lily/lexer.ll @@ -571,7 +571,7 @@ BOM_UTF8 \357\273\277 if (is_main_input_) { /* 2 = init.ly + current file. */ - is_main_input_ = include_stack_.size () > 2; + is_main_input_ = include_stack_.size () >= 2; if (!close_input ()) /* Returns YY_NULL */ yyterminate ();