]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
thinko.
[lilypond.git] / lily / lexer.ll
index 942c52244f182b22eb8d378ef4eda6bace590092..6e34777e266bff5406cce92bdc082a686627bd3b 100644 (file)
@@ -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 ();