diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-07-29 20:48:41 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-07-29 20:48:41 +0000 |
commit | 8b958d72d10255c9f4fb77fe1ac6879afa3ecf5c (patch) | |
tree | 38c8b087f80d67d7d366387ce1035c393f7f4cc3 /oop | |
parent | c0227bcdb05bea15e0668eb24ec6343ec6eee131 (diff) | |
download | guile-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.scm | 2 |
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 |