remove old provide. disable honu repl

svn: r16532
This commit is contained in:
Jon Rafkind 2009-11-03 22:13:13 +00:00
parent 02d19e6588
commit f3ae0f1875
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,6 @@
(honu* *)
(do do)
(honu-end end)
(honu-for2 for2)
(modulo %)
(equal? ==)
(string->number stringToNumber)
@ -46,5 +45,6 @@
(pair? isCons)
(#%dynamic-honu-module-begin #%module-begin)
(honu-#%app #%app)
(honu-top #%top-interaction)
(honu-provide provide)
(honu-require require)))

View File

@ -2082,5 +2082,5 @@
(define-syntax (honu-end stx)
(raise-syntax-error #f "ignore this" stx))
(define-syntax (honu-top stx)
(raise-syntax-error #f "interactive use is not yet supported"))