summaryrefslogtreecommitdiffstats
path: root/dictionaries.scm
diff options
context:
space:
mode:
authorGravatar Arvydas Silanskas 2020-10-28 00:19:16 +0200
committerGravatar Arvydas Silanskas 2020-10-28 00:19:16 +0200
commit28b43c452b784bbe58e2099626695595addacea3 (patch)
treee48939e48b659ff715953a43bbc04d06b9b14167 /dictionaries.scm
parent125 and 126 initial impl (diff)
update tests
Diffstat (limited to 'dictionaries.scm')
-rw-r--r--dictionaries.scm15
1 files changed, 11 insertions, 4 deletions
diff --git a/dictionaries.scm b/dictionaries.scm
index 1920f6f..e90d1f9 100644
--- a/dictionaries.scm
+++ b/dictionaries.scm
@@ -5,10 +5,17 @@
(srfi 1))
(cond-expand
- ((and srfi-69 (not srfi-125)) (import (srfi 69)))
- (srfi-125 (import (srfi 125)))
- (chibi (import (srfi 125)))
- (kawa (import (srfi 69 basic-hash-tables))))
+ (kawa (import (srfi 69 basic-hash-tables)))
+ ((library (srfi 69)) (import (srfi 69)))
+ (else))
+
+ (cond-expand
+ ((library (srfi 125)) (import (srfi 125)))
+ (else))
+
+ (cond-expand
+ ((library (srfi 126)) (import (srfi 126)))
+ (else))
(export