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:
parent
2470bda772
commit
b766109224
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue