X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fprint-object.lisp;h=964c84be6ef390c24534844234aba411c945a5d4;hb=683874b497a99cd2c11b6c5d9b47e2785b1ede5f;hp=6436c3de529e46369301c82d8d12bee4e9ec5b45;hpb=ef04b756fea49f03ce543873b4606bac0a31badf;p=sbcl.git diff --git a/src/pcl/print-object.lisp b/src/pcl/print-object.lisp index 6436c3d..964c84b 100644 --- a/src/pcl/print-object.lisp +++ b/src/pcl/print-object.lisp @@ -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)) @@ -133,7 +132,7 @@ (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))))