* sc-expand is gone

This commit is contained in:
Abdulaziz Ghuloum 2007-05-03 00:19:06 -04:00
parent 097e430912
commit cc2f391a6f
2 changed files with 1 additions and 6 deletions

Binary file not shown.

View File

@ -9,15 +9,10 @@
(import (scheme))
(define bar 'i-am-an-exported-primitive-named-foo)
(define sc-expand
(lambda (x)
(if (and (pair? x) (equal? (car x) "noexpand"))
(cadr x)
(chi-top-library x))))
(primitive-set! 'expand
(lambda (x)
(sc-expand x)))
(chi-top-library x)))
(let-values ([(files script args)
(let f ([args (command-line-arguments)])