slot-ref, slot-set! et al bypass "using-class" variants
[bpt/guile.git] / module / srfi / srfi-69.scm
index d263935..b9486c4 100644 (file)
@@ -5,7 +5,7 @@
 ;; This library is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU Lesser General Public
 ;; License as published by the Free Software Foundation; either
-;; version 2.1 of the License, or (at your option) any later version.
+;; version 3 of the License, or (at your option) any later version.
 ;; 
 ;; This library is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -86,9 +86,9 @@
            ;; 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))
+(cond-expand-provide (current-module) '(srfi-69))
 \f
 ;;;; Internal helper macros