1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 20:30:28 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-03-19 21:00:43 +00:00
parent 8b0d194f91
commit 78a4915a1e

View file

@ -1,5 +1,10 @@
2000-03-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* gc.c, gc.h (scm_gc_yield): New variable.
(adjust_gc_trigger): Use scm_gc_yield.
(alloc_some_heap): Use scm_gc_yield instead of
scm_gc_cells_collected.
* coop-threads.c: Addd #include "root.h", #include "strings.h".
* debug.c: Added #include "root.h". (Thanks to Thien-Thi Nguyen.)