>From 7c89c556ca985925755c892873e787b9f223a5c3 Mon Sep 17 00:00:00 2001 From: Knut Petersen Date: Wed, 18 Jan 2017 16:37:36 +0100 Subject: [PATCH] Change EXTENDER return value in parser Signed-off-by: Knut Petersen --- lily/parser.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/parser.yy b/lily/parser.yy index 1c1b100db3..ecbcb2cd53 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -3104,7 +3104,7 @@ post_event_nofinger: @$.warning (_ ("The '__' token is ignored and deprecated. Please " "read \"Extenders and hyphens\" in section 2.1 " "of the the notation manual!")); - $$ = $1; + $$ = SCM_UNSPECIFIED; } | script_dir direction_reqd_event { -- 2.11.0