mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
*** empty log message ***
This commit is contained in:
parent
c01c94bf26
commit
fcd69146b1
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@
|
|||
((= n 21) (unmask-signals) (timer-thunk))
|
||||
((= n 20) (unmask-signals) (gc-thunk))
|
||||
((= n 19) (unmask-signals) (alarm-thunk))
|
||||
(else (set! the-last-stack (make-stack #f 1 8))
|
||||
(else (set! the-last-stack (make-stack #f 1 7))
|
||||
(if (not (eq? (stack-id the-last-stack) 'repl-stack))
|
||||
(set! the-last-stack #f))
|
||||
(unmask-signals)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue