From: David Kastrup Date: Mon, 12 Sep 2011 09:03:37 +0000 (+0200) Subject: parser.yy: make INVALID more self-descriptive in case it occurs in syntax errors. X-Git-Tag: release/2.15.12-1~57 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7f46651073c8e862de742d80d59ff869cb6cdd7c;p=lilypond.git parser.yy: make INVALID more self-descriptive in case it occurs in syntax errors. --- 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"