summaryrefslogtreecommitdiffstats
path: root/srfi/225.sld
diff options
context:
space:
mode:
authorGravatar Arvydas Silanskas 2021-10-17 12:09:08 +0300
committerGravatar Arvydas Silanskas 2021-10-17 12:09:08 +0300
commit1e501c16b620c976a9b2d85ba5ad82b5e83ae0da (patch)
tree000f4e1c767113245478e5485f2bf4cc05a6d3e0 /srfi/225.sld
parentwork (diff)
work
Diffstat (limited to 'srfi/225.sld')
-rw-r--r--srfi/225.sld8
1 files changed, 3 insertions, 5 deletions
diff --git a/srfi/225.sld b/srfi/225.sld
index c93f579..6e389a7 100644
--- a/srfi/225.sld
+++ b/srfi/225.sld
@@ -171,7 +171,6 @@
(export srfi-69-dtd))
(else))
-#|
(cond-expand
((library (srfi 125))
(import (prefix (srfi 125) t125-))
@@ -187,13 +186,12 @@
(else))
(cond-expand
- ((library (srfi 146))
+ ((and (library (srfi 146))
+ (library (srfi 146 hash)))
(import (srfi 146)
(srfi 146 hash))
(include "srfi-146-impl.scm"
"srfi-146-hash-impl.scm")
(export mapping-dtd
hash-mapping-dtd))
- (else))
-|#
-)
+ (else)))