From 7f46651073c8e862de742d80d59ff869cb6cdd7c Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Mon, 12 Sep 2011 11:03:37 +0200 Subject: [PATCH] parser.yy: make INVALID more self-descriptive in case it occurs in syntax errors. --- lily/parser.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/parser.yy b/lily/parser.yy index d061ab7ece..78b3ff4d2e 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -187,7 +187,7 @@ void set_music_properties (Music *p, SCM a); %token FIGURES "\\figures" %token GROBDESCRIPTIONS "\\grobdescriptions" %token HEADER "\\header" -%token INVALID "\\invalid" +%token INVALID "\\version-error" %token KEY "\\key" %token LAYOUT "\\layout" %token LYRICMODE "\\lyricmode" -- 2.39.5