From 4c50a753bf5c2f4d4fdc495821072f060573fb89 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:46:56 +0000 Subject: [PATCH] lilypond-0.0.73pre --- .dstreamrc | 4 ++-- lily/lexer.l | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.dstreamrc b/.dstreamrc index 0d6086e1ea..321a61888a 100644 --- a/.dstreamrc +++ b/.dstreamrc @@ -13,8 +13,8 @@ PScore 0 Idealspacing 0 # yydebug -InitParser 1 -Parser 1 +InitParser 0 +Parser 0 InitDeclarations 0 Declarations 1 # FlexLexer debug diff --git a/lily/lexer.l b/lily/lexer.l index f942a19cc3..51ea87a08d 100644 --- a/lily/lexer.l +++ b/lily/lexer.l @@ -114,8 +114,7 @@ LYRICS ({AA}|{NATIONAL})[^0-9 \t\n\f]* yyterminate(); // can't move this, since it actually rets a YY_NULL } } - -\\include { +\\include { yy_push_state(incl); } \"[^"]*\" { /* got the include file name */ -- 2.39.5