This commit is contained in:
Jan Nieuwenhuizen 2019-11-17 09:57:30 +01:00 committed by Jan (janneke) Nieuwenhuizen
parent 472624f799
commit 43fd3cfe23
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
2 changed files with 5 additions and 3 deletions

View File

@ -181,3 +181,7 @@
(mes-use-module (srfi srfi-9))
(mes-use-module (mes guile module))
(top-main)
;; (top-load 0)
(primitive-load 0)
(primitive-load (open-input-string %main))

View File

@ -107,9 +107,7 @@ General help using GNU software: <http://gnu.org/gethelp/>
(mes-use-module (mes repl))
(set-current-input-port 0)
(repl))
(else #t))
(display "top\n")
(display "**********************load hack:\n"))))
(else #t)))))
(define (top-load *undefined*)
(primitive-load 0)