mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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
|
@ -177,7 +177,7 @@ scm_c_weak_vector_set_x (SCM wv, size_t k, SCM x)
|
|||
|
||||
if (SCM_HEAP_OBJECT_P (x))
|
||||
SCM_I_REGISTER_DISAPPEARING_LINK ((GC_PTR) &elts[k],
|
||||
(GC_PTR) SCM_HEAP_OBJECT_BASE (x));
|
||||
(GC_PTR) SCM2PTR (x));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue