1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +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:
Andy Wingo 2010-06-19 13:36:53 +02:00
parent 4c5412a288
commit a0d57eedfa

View file

@ -71,8 +71,7 @@
(*debug-input-port*
(or (fluid-ref *debug-input-port*) (current-input-port)))
(*debug-output-port*
(or (fluid-ref *debug-output-port*) (current-output-port)))
(the-last-stack #f))
(or (fluid-ref *debug-output-port*) (current-output-port))))
(let prompt-loop ()
(let ((exp (prompting-meta-read repl)))
(cond