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:
parent
64da3c1245
commit
edb1d1d78d
1 changed files with 0 additions and 5 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue