* coop-threads.c (scm_call_with_new_thread, scm_spawn_thread,
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 29 Mar 2000 10:52:07 +0000 (10:52 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 29 Mar 2000 10:52:07 +0000 (10:52 +0000)
commit7a8e7a6ce2c91fec11e301f9c297003c67dde8a7
tree6eef5c82a73d3cc591baa59645758c3d9452c8e7
parent64e3bf6c38350e856fd57b909e6f12dfa196fd0f
* 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.
libguile/coop-threads.c