mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 14:50:19 +02:00
don't bind the-last-stack in repl.scm
* module/system/repl/repl.scm (start-repl): Don't bind the-last-stack.
This commit is contained in:
parent
4c5412a288
commit
a0d57eedfa
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@
|
||||||
(*debug-input-port*
|
(*debug-input-port*
|
||||||
(or (fluid-ref *debug-input-port*) (current-input-port)))
|
(or (fluid-ref *debug-input-port*) (current-input-port)))
|
||||||
(*debug-output-port*
|
(*debug-output-port*
|
||||||
(or (fluid-ref *debug-output-port*) (current-output-port)))
|
(or (fluid-ref *debug-output-port*) (current-output-port))))
|
||||||
(the-last-stack #f))
|
|
||||||
(let prompt-loop ()
|
(let prompt-loop ()
|
||||||
(let ((exp (prompting-meta-read repl)))
|
(let ((exp (prompting-meta-read repl)))
|
||||||
(cond
|
(cond
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue