1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-02 02:10:19 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2000-10-18 21:06:21 +00:00
parent 5264d62116
commit c6ba6ce6e3

View file

@ -1,5 +1,8 @@
2000-10-18 Marius Vollmer <mvo@zagadka.ping.de>
* print.c (grow_ref_stack): Pass a INUM to scm_make_vector as the
size, not a naked int. Thanks to Brat Knotwell!
* gc_os_dep.c (GC_noop1, GC_bool, TRUE, FALSE, VOLATILE):
Definitions copied from Boehm collector.