1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

Explicitly import `*unspecified*' to support R6RS library purification

enhancements.

* module/rnrs/6/hashtables.scm: Add explicit import for `*unspecified*'.
This commit is contained in:
Julian Graham 2010-05-20 21:46:12 -04:00
parent 2470bda772
commit b766109224

View file

@ -42,7 +42,12 @@
string-hash
string-ci-hash
symbol-hash)
(import (rename (only (guile) string-hash-ci string-hash hashq hashv @@)
(import (rename (only (guile) string-hash-ci
string-hash
hashq
hashv
*unspecified*
@@)
(string-hash-ci string-ci-hash))
(only (ice-9 optargs) define*)
(rename (only (srfi :69) make-hash-table