1.0.46.43: fix sb-introspect on non-threaded builds
authorCyrus Harmon <ch-sbcl@bobobeach.com>
Thu, 24 Mar 2011 04:45:55 +0000 (04:45 +0000)
committerCyrus Harmon <ch-sbcl@bobobeach.com>
Thu, 24 Mar 2011 04:45:55 +0000 (04:45 +0000)
 * put #+sb-thread around calls inspecting sb-thread::%thread-local-references

contrib/sb-introspect/introspect.lisp
version.lisp-expr

index 95504de..3399502 100644 (file)
@@ -927,6 +927,7 @@ Experimental: interface subject to change."
                                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))
index 9ff5d33..ce4ca5d 100644 (file)
@@ -20,4 +20,4 @@
 ;;; 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"