1.0.29.33: fix compilation with QSHOW_SIGNAL_SAFE on win32
[sbcl.git] / src / code / xset.lisp
index dfdf182..4c65e71 100644 (file)
@@ -51,7 +51,7 @@
                  data)))
   nil)
 
-(defconstant +xset-list-size-limit+ 12)
+(defconstant +xset-list-size-limit+ 24)
 
 ;;; Checks that the element is not in the set yet.
 (defun add-to-xset (elt xset)