projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33054ee
)
Goofy whitespace in signal-select-result.
author
Matt Birkholz
<puck@birchwood-abbey.net>
Sat, 11 Jul 2015 20:27:14 +0000
(13:27 -0700)
committer
Matt Birkholz
<puck@birchwood-abbey.net>
Sat, 11 Jul 2015 20:27:14 +0000
(13:27 -0700)
src/runtime/thread.scm
patch
|
blob
|
history
diff --git
a/src/runtime/thread.scm
b/src/runtime/thread.scm
index 3d987d7a86fe3b8c2073dacf9fd12ba6a7cbad83..e3bd9cc17c3a4b1e656a54c1292a7e697552c8f3 100644
(file)
--- a/
src/runtime/thread.scm
+++ b/
src/runtime/thread.scm
@@
-676,7
+676,7
@@
USA.
(vector-ref result 2)))
((eq? 'PROCESS-STATUS-CHANGE result)
(%handle-subprocess-status-change))
-
((eq? 'INTERRUPT result)
+ ((eq? 'INTERRUPT result)
(unlock)
(handle-interrupts)
(lock))))