]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4135/1: Don't use ASSERT_LIVE_IS_ALLOWED in simple smobs
authorDavid Kastrup <dak@gnu.org>
Sat, 27 Sep 2014 11:27:45 +0000 (13:27 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 2 Oct 2014 10:07:09 +0000 (12:07 +0200)
commitd93f200b402bf71709fc3426132e4a27c56ec684
tree11c1317b551e8eb8767081ddaf7c556598acc9ac
parent3e53d84c47fffab7a5d5d23b23b2e3cb1c536eea
Issue 4135/1: Don't use ASSERT_LIVE_IS_ALLOWED in simple smobs

When replacing mark_smob with a proper member function, use of
ASSERT_LIVE_IS_ALLOWED would require access to self_scm () or similar,
and simple smobs don't link back to their SCM cell.  This only
concerns Skyline and Context_mod, so the loss is not all that
large.
lily/context-mod.cc
lily/include/skyline.hh
lily/skyline.cc