* struct.c (scm_struct_gc_init): Removed.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 24 Feb 2003 10:46:29 +0000 (10:46 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 24 Feb 2003 10:46:29 +0000 (10:46 +0000)
commitea5c9285308f9aa0adedc0a9c75bf64abb4bf673
treeaddef326c002c787dd6f2d62cd65a22cc92797fc
parent9358af6a3e923679c2dbb99ac058e6cb0a90fe92
* struct.c (scm_struct_gc_init): Removed.
(scm_struct_prehistory): Init scm_i_structs_to_free to SCM_EOL.
(This fixes a serious GC bug, introduced during the latest
reorganization of the GC, preventing freeing of structs and GOOPS
objects.)
libguile/ChangeLog
libguile/struct.c