0.pre7.98:
[sbcl.git] / src / pcl / print-object.lisp
index 6436c3d..964c84b 100644 (file)
@@ -42,7 +42,6 @@
       #+sb-show (*/show* nil)
       ;; (another workaround for the problem of debugging while the
       ;; printer is disabled here)
-      #+sb-show
       (sb-impl::*print-object-is-disabled-p* t))
   (fmakunbound 'print-object)
   (defgeneric print-object (object stream))
 (defmethod print-object ((cache cache) stream)
   (print-unreadable-object (cache stream :type t :identity t)
     (format stream
-           "~D ~S ~D"
+           "~W ~S ~W"
            (cache-nkeys cache)
            (cache-valuep cache)
            (cache-nlines cache))))