1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* smob.c (scm_smob_prehistory): don't init the "allocated" smob

type.
This commit is contained in:
Michael Livshin 2000-09-02 21:53:20 +00:00
parent 3c8018e61e
commit 228c97488a

View file

@ -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);
}
/*