Cosmetic fix: the file uses explicit STRUCTURE-REFs for all
references to THREADS-INTERNAL except one. Make that one reference into a STRUCTURE-REF also.
This commit is contained in:
parent
efb2ad6bed
commit
3d7f50ada2
|
@ -175,7 +175,7 @@
|
||||||
(set-interrupt-handler
|
(set-interrupt-handler
|
||||||
i
|
i
|
||||||
#t))))
|
#t))))
|
||||||
(let ((scsh-initial-thread (current-thread)))
|
(let ((scsh-initial-thread ((structure-ref threads-internal current-thread))))
|
||||||
(if (not (eq? (thread-name scsh-initial-thread)
|
(if (not (eq? (thread-name scsh-initial-thread)
|
||||||
'scsh-initial-thread))
|
'scsh-initial-thread))
|
||||||
(error "sighandler did not find scsh-initial-thread, but"
|
(error "sighandler did not find scsh-initial-thread, but"
|
||||||
|
|
Loading…
Reference in New Issue