(mixf result (sxhash-number (realpart x)))
(mixf result (sxhash-number (imagpart x)))
result))))
- (sxhash-recurse (x &optional (depthoid +max-hash-depthoid+))
+ (sxhash-recurse (x depthoid)
(declare (type index depthoid))
(typecase x
;; we test for LIST here, rather than CONS, because the
(number (sxhash-number x))
(generic-function (sxhash-instance x))
(t 42))))
- (sxhash-recurse x)))
+ (sxhash-recurse x +max-hash-depthoid+)))
\f
;;;; the PSXHASH function
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.21.26"
+"0.8.21.27"