From 228c97488af0759a48c42899cd232e2af398c72b Mon Sep 17 00:00:00 2001 From: Michael Livshin Date: Sat, 2 Sep 2000 21:53:20 +0000 Subject: [PATCH] * smob.c (scm_smob_prehistory): don't init the "allocated" smob type. --- libguile/smob.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libguile/smob.c b/libguile/smob.c index 02396f950..1be908356 100644 --- a/libguile/smob.c +++ b/libguile/smob.c @@ -439,8 +439,6 @@ scm_smob_prehistory () scm_make_smob_type_mfpe ("complex", 0, /* freed in gc */ NULL, NULL, scm_print_complex, scm_complex_equalp); - - scm_make_smob_type ("allocated", 0); } /*