From 237f4bb17287f6e40f9c0355f67566f58cc55df4 Mon Sep 17 00:00:00 2001 From: hanwen 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