mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 23:50:19 +02:00
Merge remote-tracking branch 'local-2.0/stable-2.0'
Conflicts: configure.ac libguile/finalizers.c libguile/finalizers.h libguile/gc.c libguile/gc.h libguile/inline.c libguile/inline.h libguile/ports.c libguile/smob.c libguile/smob.h module/ice-9/deprecated.scm module/ice-9/r4rs.scm
This commit is contained in:
commit
bc61280992
11 changed files with 89 additions and 224 deletions
|
@ -625,6 +625,9 @@ guilify_self_2 (SCM parent)
|
|||
|
||||
t->join_queue = make_queue ();
|
||||
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