* put #+sb-thread around calls inspecting sb-thread::%thread-local-references
0)))
(dotimes (i (- len nuntagged))
(call (sb-kernel:%instance-ref object i))))
+ #+sb-thread
(when (typep object 'sb-thread:thread)
(cond ((eq object sb-thread:*current-thread*)
(dolist (value (sb-thread::%thread-local-references))
;;; 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".)
-"1.0.46.42"
+"1.0.46.43"