Use GC-robust queues/lists in `threads.c'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 14 Sep 2009 22:39:04 +0000 (00:39 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 14 Sep 2009 22:39:04 +0000 (00:39 +0200)
commitc058db8a5dd2a9d8ea547236a7d333dfb495bf4a
tree86974c3822ef4acf772aae4fc77621c909679b97
parent706846f66745d5d20909bc5b7c44b566ab0a8f54
Use GC-robust queues/lists in `threads.c'.

* libguile/threads.c (remqueue, dequeue, on_thread_exit): Initialize the
  "next" link of the item returned/removed.
libguile/threads.c