From 211fe2a151b0d95c73bd95fc581325a8814a9a32 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 5 Jan 2007 03:28:31 +0100 Subject: [PATCH] thinko. --- lily/lexer.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- 2.39.2