X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext-def.cc;h=b4e1e2567cc19397940b58e41a4852a1b9bb9ca2;hb=353e1a000a7e29928266ec3aa2b16e49b266fca3;hp=f2d7e2e1373a67feddef988f1f3aebeaae5b8d30;hpb=c324981f1598c00059ce42e3226cc2ad078a6db2;p=lilypond.git diff --git a/lily/context-def.cc b/lily/context-def.cc index f2d7e2e137..b4e1e2567c 100644 --- a/lily/context-def.cc +++ b/lily/context-def.cc @@ -100,7 +100,7 @@ Context_def::print_smob (SCM smob, SCM port, scm_print_state *) SCM Context_def::mark_smob (SCM smob) { - ASSERT_LIVE_IS_ALLOWED (); + ASSERT_LIVE_IS_ALLOWED (smob); Context_def *me = (Context_def *) SCM_CELL_WORD_1 (smob);