summaryrefslogtreecommitdiff
path: root/print/lilypond-devel/files/patch-lily:parser.yy
diff options
context:
space:
mode:
Diffstat (limited to 'print/lilypond-devel/files/patch-lily:parser.yy')
-rw-r--r--print/lilypond-devel/files/patch-lily:parser.yy11
1 files changed, 0 insertions, 11 deletions
diff --git a/print/lilypond-devel/files/patch-lily:parser.yy b/print/lilypond-devel/files/patch-lily:parser.yy
deleted file mode 100644
index 0fbf916f4b42..000000000000
--- a/print/lilypond-devel/files/patch-lily:parser.yy
+++ /dev/null
@@ -1,11 +0,0 @@
---- lily/parser.yy.orig Thu Feb 5 19:50:36 2004
-+++ lily/parser.yy Thu Feb 5 19:50:42 2004
-@@ -893,7 +893,7 @@
- scm_gc_unprotect_object ($2->self_scm ());
- $$ = unsmob_music (res);
- scm_gc_protect_object (res);
-- $$->set_spot (THIS->here_input())
-+ $$->set_spot (THIS->here_input());
- }
- | PARTCOMBINE Music Music {
- static SCM proc;