1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

Extend the #:replace list of the SRFI 69 module

* module/srfi/srfi-69.scm: Add `make-hash-table' and `hash-table?' to
  the #:replace list of the module definition.
This commit is contained in:
Andreas Rottmann 2010-10-27 23:33:40 +02:00 committed by Ludovic Courtès
parent dcb9aceb48
commit 5efcd34d71

View file

@ -86,7 +86,7 @@
;; Hashing
string-ci-hash hash-by-identity)
#:re-export (string-hash)
#:replace (hash))
#:replace (hash make-hash-table hash-table?))
(cond-expand-provide (current-module) '(srfi-37))