1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

no the-last-stack in ice-9 threads

* module/ice-9/threads.scm (thread-handler): Don't muck with
  the-last-stack.
This commit is contained in:
Andy Wingo 2010-06-19 13:36:23 +02:00
parent 27ae3651bd
commit 4c5412a288

View file

@ -1,4 +1,4 @@
;;;; Copyright (C) 1996, 1998, 2001, 2002, 2003, 2006 Free Software Foundation, Inc.
;;;; Copyright (C) 1996, 1998, 2001, 2002, 2003, 2006, 2010 Free Software Foundation, Inc.
;;;;
;;;; This library is free software; you can redistribute it and/or
;;;; modify it under the terms of the GNU Lesser General Public
@ -196,7 +196,6 @@ of applying P-PROC on ARGLISTS."
threads)))))
(define (thread-handler tag . args)
(fluid-set! the-last-stack #f)
(let ((n (length args))
(p (current-error-port)))
(display "In thread:" p)