* the primitive chi-top-library is gone.
This commit is contained in:
parent
bee47205bf
commit
7595e45326
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -439,7 +439,6 @@
|
|||
[syntax-error syntax-error-label (core-prim . syntax-error)]
|
||||
[generate-temporaries generate-temporaries-label (core-prim . generate-temporaries)]
|
||||
[free-identifier=? free-identifier=?-label (core-prim . free-identifier=?)]
|
||||
[chi-top-library chi-top-library-label (core-prim . chi-top-library)]
|
||||
[boot-library-expand boot-library-expand-label (core-prim . boot-library-expand)]
|
||||
;;; codes
|
||||
[$closure-code $closure-code-label (core-prim . $closure-code)]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
(library (ikarus syntax)
|
||||
(export)
|
||||
(import (scheme))
|
||||
(define who 'chi-top-library)
|
||||
(define who 'expander)
|
||||
(define-syntax no-source
|
||||
(lambda (x) #f))
|
||||
(begin ;;; GOOD ONES
|
||||
|
@ -2075,7 +2075,6 @@
|
|||
(strip x '()))))
|
||||
(primitive-set! 'syntax-dispatch syntax-dispatch)
|
||||
(primitive-set! 'boot-library-expand boot-library-expander)
|
||||
(primitive-set! 'chi-top-library run-library-expander)
|
||||
(primitive-set! 'eval-top-level run-library-expander))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue