From: Graham Percival Date: Thu, 20 Jul 2006 21:51:39 +0000 (+0000) Subject: Compile fix. X-Git-Tag: cvs/HEAD~214 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5aa7aad86df5a87599cd287b8751d58725e802cb;p=lilypond.git Compile fix. --- diff --git a/ChangeLog b/ChangeLog index b8c302c6f0..c2cd818c18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-20 Graham Percival + + * lily/parser.yy: compile fix. + 2006-07-20 Han-Wen Nienhuys * scm/define-grobs.scm (all-grob-descriptions): typo. diff --git a/lily/parser.yy b/lily/parser.yy index 04469f817b..a970e8be88 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -993,7 +993,7 @@ music_function_musicless_prefix: generic_prefix_music_scm: music_function_musicless_function { - $$ = $1 + $$ = $1; } | music_function_musicless_prefix music { $$ = ly_append2 ($1, scm_list_1 ($2));