cs: fix for fasl-related definition

This commit is contained in:
Matthew Flatt 2018-12-30 13:59:16 -07:00
parent 1052bc8dff
commit 3c2003d01e

View File

@ -38,6 +38,9 @@
;; the build incompatible with previously generated ".zo" files.
(define compile-as-independent? #f)
(define (fasl->s-exp/intern s)
(1/fasl->s-exp/intern s))
;; The expander needs various tables to set up primitive modules, and
;; the `primitive-table` function is the bridge between worlds
@ -82,9 +85,6 @@
(include "include.ss")
(include-generated "expander.scm")
(define (fasl->s-exp/intern s)
(1/fasl->s-exp/intern s))
;; ----------------------------------------
;; The environment is used to evaluate linklets, so all primitives