summaryrefslogtreecommitdiff
path: root/oop
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-07-29 20:48:41 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-07-29 20:48:41 +0000
commit8b958d72d10255c9f4fb77fe1ac6879afa3ecf5c (patch)
tree38c8b087f80d67d7d366387ce1035c393f7f4cc3 /oop
parentc0227bcdb05bea15e0668eb24ec6343ec6eee131 (diff)
downloadguile-8b958d72d10255c9f4fb77fe1ac6879afa3ecf5c.tar.gz
(hashset-index): Renumbered, since the vcell slot of structs has been
removed.
Diffstat (limited to 'oop')
-rw-r--r--oop/goops/dispatch.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/oop/goops/dispatch.scm b/oop/goops/dispatch.scm
index d766b637a..cd1c7e698 100644
--- a/oop/goops/dispatch.scm
+++ b/oop/goops/dispatch.scm
@@ -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