1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-14 17:50:22 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-03-29 10:52:26 +00:00
parent 7a8e7a6ce2
commit 0208baa0d9

View file

@ -1,5 +1,9 @@
2000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* coop-threads.c (scm_call_with_new_thread, scm_spawn_thread,
scm_make_mutex, scm_make_condition_variable): Cast data to
scm_bits_t in SCM_SET_CELL_WORD and SCM_NEWSMOB macros.
* coop.c (coop_create): Set `specific' field, not `data' to NULL.
2000-03-29 Dirk Herrmann <D.Herrmann@tu-bs.de>