Fix opened structures for DNS.
(DNS would bomb due to a conflict for DELETE between BIG-UTIL and SRFI-1.)
This commit is contained in:
parent
a5c873afda
commit
1b13998c69
|
@ -557,8 +557,7 @@
|
|||
|
||||
(define-structure dns dns-interface
|
||||
(open scheme-with-scsh
|
||||
big-util
|
||||
srfi-1
|
||||
(subset srfi-1 (filter reverse! delete lset-difference lset-union))
|
||||
tables
|
||||
ascii
|
||||
formats
|
||||
|
|
Loading…
Reference in New Issue