* initializer of "expand" is also gone.
This commit is contained in:
parent
11e6d6518f
commit
bee47205bf
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -10,10 +10,6 @@
|
|||
|
||||
(define bar 'i-am-an-exported-primitive-named-foo)
|
||||
|
||||
(primitive-set! 'expand
|
||||
(lambda (x)
|
||||
(chi-top-library x)))
|
||||
|
||||
(let-values ([(files script args)
|
||||
(let f ([args (command-line-arguments)])
|
||||
(cond
|
||||
|
|
Loading…
Reference in New Issue