]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.5.10.jcn1
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 17 Sep 2001 15:04:09 +0000 (17:04 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 17 Sep 2001 15:04:09 +0000 (17:04 +0200)
1.5.10.jcn1
==========

* parser.yy: Guile > 1.4 compilation fix; scm_unprotect_object is deprecated.

1.5.10
======

CHANGES
VERSION
lily/parser.yy

diff --git a/CHANGES b/CHANGES
index 0f3adbfcb0d9c1b4e57c9fbe549c5e052421df35..6e009fd54972d53a68f7a1cf15f83805cf8ca53c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+1.5.10.jcn1
+==========
+
+* parser.yy: Guile > 1.4 compilation fix; scm_unprotect_object is deprecated.
+
+1.5.10
+======
+
 1.5.9.hjj2
 ==========
 * Emacs-mode: Keyboard shortcuts, separated identifiers from keywords
diff --git a/VERSION b/VERSION
index 29adfa84087c3e5e80283415b6a944d5cba830a3..66c84c6b8f3b47fdcde07c3076232f486b7b3934 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=5
 PATCH_LEVEL=10
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=jcn1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index c0a6061ddf33b6cd82a446d0d12373b9de9de0c2..8d47fa28fd9691d08f017e7f61f43fe730516e9a 100644 (file)
@@ -1718,7 +1718,7 @@ bass_figure:
                Note_req * nr = new Note_req;
                $$ = nr->self_scm ();
                nr->set_mus_property ("pitch", p.smobbed_copy ());
-               scm_unprotect_object ($$);
+               scm_gc_unprotect_object ($$);
        }
        | bass_figure bass_mod {
                if ($2) {