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

(hashset-index): Renumbered, since the vcell slot of structs has been

removed.
This commit is contained in:
Marius Vollmer 2001-07-29 20:48:41 +00:00
parent c0227bcdb0
commit 8b958d72d1

View file

@ -61,7 +61,7 @@
;;;
(define hashsets 8)
(define hashset-index 7)
(define hashset-index 6)
(define hash-threshold 3)
(define initial-hash-size 4) ;must be a power of 2 and >= hash-threshold