mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-03 10:40:21 +02:00
(%thread-handler): Do not call unmask-signals, that should be
unnecessary now.
This commit is contained in:
parent
c2015a4f53
commit
29b6ae0748
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
;;;; Copyright (C) 1996, 1998, 2001 Free Software Foundation, Inc.
|
||||
;;;; Copyright (C) 1996, 1998, 2001, 2002 Free Software Foundation, Inc.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or modify
|
||||
;;;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -67,7 +67,6 @@
|
|||
|
||||
(define (%thread-handler tag . args)
|
||||
(fluid-set! the-last-stack #f)
|
||||
(unmask-signals)
|
||||
(let ((n (length args))
|
||||
(p (current-error-port)))
|
||||
(display "In thread:" p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue