* stacks.c (scm_make_stack), coop-threads.c, mit-pthreads.c
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 14 Aug 1997 15:00:03 +0000 (15:00 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 14 Aug 1997 15:00:03 +0000 (15:00 +0000)
commit0824b52425e03fe1b3c0b6e6b29b127b39ad37ef
treea4c8c5a4123fdf48ec35a5ed97d13f5cc316ae92
parentadc02cce188dbc20400197af7ee6f7ceac2e108e
* stacks.c (scm_make_stack), coop-threads.c, mit-pthreads.c
(scm_call_with_new_thread): Bugfix: SCM_WNA should go as third
argument to SCM_ASSERT.  Furthermore, the name of the function
should be passed as first argument when signalling
SCM_WNA. (Thanks to Thomas Morgan)
libguile/ChangeLog
libguile/coop-threads.c
libguile/mit-pthreads.c
libguile/stacks.c