]> git.donarmstrong.com Git - lilypond.git/commit
Issue 5057/1: Add Protected_scm::is_bound () function
authorDavid Kastrup <dak@gnu.org>
Sat, 4 Feb 2017 21:08:25 +0000 (22:08 +0100)
committerDavid Kastrup <dak@gnu.org>
Sat, 11 Feb 2017 07:49:55 +0000 (08:49 +0100)
commit1bbe496d7d194ce6da2e710d0cc9a125e51a77b9
treeeee5287b6734ac5494997de4a96dfaf6b21f2036
parent558058bfa3c985ecfec6615fe087a8076f1914fc
Issue 5057/1: Add Protected_scm::is_bound () function

Since SCM_UNBNDP has problems with arguments of type Protected_scm, an
alternative member function seems like a viable alternative.
lily/include/protected-scm.hh
lily/protected-scm.cc