1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 00:40:20 +02:00

remove repl.scm's start-stack definition

* module/system/repl/repl.scm: Now that we actually compile start-stack,
  no need to provide our own definition here.
This commit is contained in:
Andy Wingo 2008-10-03 15:07:09 +02:00
parent 64da3c1245
commit edb1d1d78d

View file

@ -96,11 +96,6 @@
default-catch-handler
default-pre-unwind-handler))
(eval-case
((compile-toplevel)
(define-macro (start-stack tag expr)
expr)))
(define (start-repl lang)
(let ((repl (make-repl lang))
(status #f))