One more immediate-single-float fix
... update search_space().
if (is_lisp_pointer(thing)
|| (fixnump(thing))
|| (widetag_of(thing) == CHARACTER_WIDETAG)
+#if N_WORD_BITS == 64
+ || (widetag_of(thing) == SINGLE_FLOAT_WIDETAG)
+#endif
|| (widetag_of(thing) == UNBOUND_MARKER_WIDETAG))
count = 2;
else
;;; 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.20.23"
+"0.8.20.24"