about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-08-11 23:35:06 -0500
committerCase Duckworth2023-08-11 23:35:06 -0500
commita128864d6c8044ecad34dd6b80030d27cde57d39 (patch)
treeb8a0273696a119868d13dbd7bd62a064f409898d
parentFix chicanery.egg (diff)
downloadchicanery-a128864d6c8044ecad34dd6b80030d27cde57d39.tar.gz
chicanery-a128864d6c8044ecad34dd6b80030d27cde57d39.zip
Export import* forms
-rw-r--r--chicanery.sld8
1 files changed, 4 insertions, 4 deletions
diff --git a/chicanery.sld b/chicanery.sld index a38b1e5..e6d5697 100644 --- a/chicanery.sld +++ b/chicanery.sld
@@ -30,7 +30,7 @@
30 (import (scheme write)) 30 (import (scheme write))
31 31
32 (cond-expand 32 (cond-expand
33 ;; Chicken doesn't build utf8 support in by default (at least <5) 33 ;; Chicken doesn't build utf8 support in by default (at least <=5)
34 (chicken (import (utf8))) 34 (chicken (import (utf8)))
35 ;; Gambit has an extra `namespace' argument to `define-library' forms 35 ;; Gambit has an extra `namespace' argument to `define-library' forms
36 (gambit (namespace "")) 36 (gambit (namespace ""))
@@ -135,9 +135,9 @@
135 get-output-string 135 get-output-string
136 guard 136 guard
137 if 137 if
138 ;; import 138 import
139 ;; import-for-syntax 139 import-for-syntax
140 ;; import-syntax 140 import-syntax
141 include 141 include
142 include-ci 142 include-ci
143 input-port-open? 143 input-port-open?