From: fred Date: Sun, 24 Mar 2002 19:46:56 +0000 (+0000) Subject: lilypond-0.0.73pre X-Git-Tag: release/1.5.59~4521 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4c50a753bf5c2f4d4fdc495821072f060573fb89;p=lilypond.git lilypond-0.0.73pre --- 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 */