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:
parent
3c8018e61e
commit
228c97488a
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue