From e4a8615fa69cf71fa92b5e767bb2eea181cd11bc Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 14 Jun 2004 20:54:48 +0000 Subject: [PATCH] (IMPLEMENT_SMOBS): don't return SCM from smobify_self(). --- lily/include/ly-smobs.icc | 1 - 1 file changed, 1 deletion(-) diff --git a/lily/include/ly-smobs.icc b/lily/include/ly-smobs.icc index 5578826718..3192056741 100644 --- a/lily/include/ly-smobs.icc +++ b/lily/include/ly-smobs.icc @@ -84,7 +84,6 @@ CL::smobify_self () \ { \ SCM s = unprotected_smobify_self ();\ scm_gc_protect_object (s);\ - return s;\ }\ SCM \ CL::unprotected_smobify_self () \ -- 2.39.5