refactor do_thread_exit cleanup handler invocation
authorAndy Wingo <wingo@pobox.com>
Fri, 13 May 2011 11:33:59 +0000 (13:33 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 13 May 2011 13:33:51 +0000 (15:33 +0200)
commit2002f1f84797c2c46d0634eabd5ac5fd61e13d73
tree3fdd2301373073774373d228c4c48691c60ccd98
parent4d40bea6c2526c58dad4162551360e9bf323461c
refactor do_thread_exit cleanup handler invocation

* libguile/threads.c (do_thread_exit): Redo cleanup handler call so as
  not to shove a SCM into a pointer.
libguile/threads.c