* sc-expand is gone
This commit is contained in:
parent
097e430912
commit
cc2f391a6f
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -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)])
|
||||
|
|
Loading…
Reference in New Issue