X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fsset.lisp;h=c38239b17ae0d957a88f9ea42af669632140cab3;hb=debae3c18d31b5222be4d5de8dcb2601336e24a4;hp=702fb4d45472261522ff3ef51ccde6728ed4c749;hpb=2dece4b7232e2248fb8ae64bb47b82232a64e5c8;p=sbcl.git diff --git a/src/compiler/sset.lisp b/src/compiler/sset.lisp index 702fb4d..c38239b 100644 --- a/src/compiler/sset.lisp +++ b/src/compiler/sset.lisp @@ -95,7 +95,8 @@ ;;; Rehash the sset when the proportion of free cells in the set is ;;; lower than this. -(defconstant +sset-rehash-threshold+ 1/4) +(eval-when (:compile-toplevel :load-toplevel :execute) + (defconstant +sset-rehash-threshold+ 1/4)) ;;; Destructively add ELEMENT to SET. If ELEMENT was not in the set, ;;; then we return true, otherwise we return false.