a very big commit cleaning up structs & goops. also applicable structs.
[bpt/guile.git] / module / oop / goops / dispatch.scm
index 6a450c1..bd84f8f 100644 (file)
@@ -40,7 +40,7 @@
 ;;;
 
 (define hashsets 8)
-(define hashset-index 6)
+(define hashset-index 9)
 
 (define hash-threshold 3)
 (define initial-hash-size 4) ;must be a power of 2 and >= hash-threshold