mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
Revert "add SCM_HEAP_OBJECT_BASE"
This reverts commit 47ed8656db
.
Conflicts:
libguile/foreign.c
This commit is contained in:
parent
3bf3d735ac
commit
0aed71aa51
14 changed files with 28 additions and 44 deletions
|
@ -448,7 +448,7 @@ scm_i_alloc_struct (scm_t_bits *vtable_data, int n_words)
|
|||
/* Register a finalizer for the newly created instance. */
|
||||
GC_finalization_proc prev_finalizer;
|
||||
GC_PTR prev_finalizer_data;
|
||||
GC_REGISTER_FINALIZER_NO_ORDER (SCM_HEAP_OBJECT_BASE (ret),
|
||||
GC_REGISTER_FINALIZER_NO_ORDER (SCM2PTR (ret),
|
||||
struct_finalizer_trampoline,
|
||||
NULL,
|
||||
&prev_finalizer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue