From: Andreas Rottmann <a.rottm...@gmx.at>
Subject: 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.

---
 module/srfi/srfi-69.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/module/srfi/srfi-69.scm b/module/srfi/srfi-69.scm
index 0d835d0..df07f75 100644
--- a/module/srfi/srfi-69.scm
+++ b/module/srfi/srfi-69.scm
@@ -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))
 
-- 
tg: (fe15364..) t/srfi-69 (depends on: master)
Regards, Rotty
-- 
Andreas Rottmann -- <http://rotty.yi.org/>

Reply via email to