1.0.46.43: fix sb-introspect on non-threaded builds
[sbcl.git] / src / code / describe.lisp
index d9c6039..cfee036 100644 (file)
         (when (eq (info :variable :where-from symbol) :declared)
           (format stream "~@:_Declared type: ~S"
                   (type-specifier (info :variable :type symbol))))
+        (when (info :variable :always-bound symbol)
+          (format stream "~@:_Declared always-bound."))
         (cond
           ((eq kind :alien)
            (let ((info (info :variable :alien-info symbol)))