* auto-invoke completely gone.

This commit is contained in:
Abdulaziz Ghuloum 2007-05-03 01:59:57 -04:00
parent 4eca8e3915
commit 2c25051855
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -2028,8 +2028,7 @@
(install-library id name ver
imp* vis* inv* exp-subst exp-env
void ;;; FIXME
(lambda () (eval-core invoke-code)))
#;(invoke-library (find-library-by-name name))))))
(lambda () (eval-core invoke-code)))))))
(define boot-library-expander
(lambda (x)
(let-values ([(name imp* run* invoke-code exp*)