mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-07 04:30:18 +02:00
More refactors off BDW API
* libguile/gc.c (gc): Use Guile finalization API, not BDW. * libguile/threads.c (guilify_self_2): Don't finalize here.
This commit is contained in:
parent
17ca7a928e
commit
8cb15a9e1b
2 changed files with 2 additions and 4 deletions
|
@ -464,9 +464,6 @@ guilify_self_2 (SCM dynamic_state)
|
|||
t->dynstack.top = t->dynstack.base + SCM_DYNSTACK_HEADER_LEN;
|
||||
|
||||
t->block_asyncs = 0;
|
||||
|
||||
/* See note in finalizers.c:queue_finalizer_async(). */
|
||||
GC_invoke_finalizers ();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue