X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-sxhash.lisp;h=318e21b1ae8b7f1fab6b33f754c25c9a833524f2;hb=64bf93a97814ea1caf62bbdcc7ef43e2fbfc8f73;hp=d6bba0039af63fddca08ac40db8b93899fa8c1a7;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/target-sxhash.lisp b/src/code/target-sxhash.lisp index d6bba00..318e21b 100644 --- a/src/code/target-sxhash.lisp +++ b/src/code/target-sxhash.lisp @@ -17,9 +17,7 @@ ;;; 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