mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-07 18:30:25 +02:00
boot-9 top-repl tweak
* module/ice-9/boot-9.scm (top-repl): More concisely drill down to start-repl.
This commit is contained in:
parent
749c2532e4
commit
3ece779a67
1 changed files with 1 additions and 2 deletions
|
@ -3836,8 +3836,7 @@ module '(ice-9 q) '(make-q q-length))}."
|
|||
;; scmsigs.c scm_sigaction_for_thread), so the handlers setup here have
|
||||
;; no effect.
|
||||
(let ((old-handlers #f)
|
||||
(start-repl (module-ref (resolve-interface '(system repl repl))
|
||||
'start-repl))
|
||||
(start-repl (@ (system repl repl) start-repl))
|
||||
(signals (if (provided? 'posix)
|
||||
`((,SIGINT . "User interrupt")
|
||||
(,SIGFPE . "Arithmetic error")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue