]> git.donarmstrong.com Git - lilypond.git/commitdiff
(IMPLEMENT_SMOBS): don't return SCM
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 14 Jun 2004 20:54:48 +0000 (20:54 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 14 Jun 2004 20:54:48 +0000 (20:54 +0000)
from smobify_self().

lily/include/ly-smobs.icc

index 5578826718f659dc57a76aad4c139280faa268ff..3192056741d9584924e2c9466a87ec201fc0a99c 100644 (file)
@@ -84,7 +84,6 @@ CL::smobify_self ()                                                           \
 {                                                                              \
   SCM s = unprotected_smobify_self ();\
   scm_gc_protect_object (s);\
-  return s;\
 }\
 SCM                                                                            \
 CL::unprotected_smobify_self ()                                                                \