guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Extend the #:replace list of the SRFI 69 module


From: Andreas Rottmann
Subject: [PATCH] Extend the #:replace list of the SRFI 69 module
Date: Sun, 24 Oct 2010 18:47:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

From: Andreas Rottmann <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]