guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/oop/goops dispatch.scm


From: Marius Vollmer
Subject: guile/guile-core/oop/goops dispatch.scm
Date: Sun, 29 Jul 2001 13:48:42 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/07/29 13:48:41

Modified files:
        guile-core/oop/goops: dispatch.scm 

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

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/oop/goops/dispatch.scm.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: guile/guile-core/oop/goops/dispatch.scm
diff -u guile/guile-core/oop/goops/dispatch.scm:1.4 
guile/guile-core/oop/goops/dispatch.scm:1.5
--- guile/guile-core/oop/goops/dispatch.scm:1.4 Sun Jun  3 16:32:27 2001
+++ guile/guile-core/oop/goops/dispatch.scm     Sun Jul 29 13:48:41 2001
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]