cs: fix for fasl-related definition
This commit is contained in:
parent
1052bc8dff
commit
3c2003d01e
|
@ -38,6 +38,9 @@
|
||||||
;; the build incompatible with previously generated ".zo" files.
|
;; the build incompatible with previously generated ".zo" files.
|
||||||
(define compile-as-independent? #f)
|
(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 expander needs various tables to set up primitive modules, and
|
||||||
;; the `primitive-table` function is the bridge between worlds
|
;; the `primitive-table` function is the bridge between worlds
|
||||||
|
|
||||||
|
@ -82,9 +85,6 @@
|
||||||
(include "include.ss")
|
(include "include.ss")
|
||||||
(include-generated "expander.scm")
|
(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
|
;; The environment is used to evaluate linklets, so all primitives
|
||||||
|
|
Loading…
Reference in New Issue
Block a user