From 5efcd34d712497744c40dbce6aadfa73144dab4a Mon Sep 17 00:00:00 2001 From: Andreas Rottmann Date: Wed, 27 Oct 2010 23:33:40 +0200 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/srfi/srfi-69.scm b/module/srfi/srfi-69.scm index 0d835d09b..df07f7510 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))