about summary refs log tree commit diff stats
path: root/chicanery.sld
diff options
context:
space:
mode:
Diffstat (limited to 'chicanery.sld')
-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?