X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-sxhash.lisp;h=318e21b1ae8b7f1fab6b33f754c25c9a833524f2;hb=64bf93a97814ea1caf62bbdcc7ef43e2fbfc8f73;hp=96d7b1260ef1f3c0238d211b7e01fb0d1ca63946;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/target-sxhash.lisp b/src/code/target-sxhash.lisp index 96d7b12..318e21b 100644 --- a/src/code/target-sxhash.lisp +++ b/src/code/target-sxhash.lisp @@ -11,18 +11,13 @@ (in-package "SB!IMPL") -(file-comment - "$Header$") - ;;; the depthoid explored when calculating hash values ;;; ;;; "Depthoid" here is a sort of mixture of what Common Lisp ordinarily calls ;;; depth and what Common Lisp ordinarily calls length; it's incremented either ;;; when we descend into a compound object or when we step through elements of ;;; a compound object. -(eval-when (:compile-toplevel :load-toplevel :execute) (defconstant +max-hash-depthoid+ 4) -) ; EVAL-WHEN ;;;; mixing hash values