X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fprint-object.lisp;h=6b15d735a682894af1cefa99b45ea809b5bf98ed;hb=c8cc0137e55e6179f6af344f42e54f514660f68b;hp=b31d7c8349d01bfd40d5123f68b9343902645c51;hpb=be9cdb85e4bc90f81e5ab97987286971d3303ba7;p=sbcl.git diff --git a/src/pcl/print-object.lisp b/src/pcl/print-object.lisp index b31d7c8..6b15d73 100644 --- a/src/pcl/print-object.lisp +++ b/src/pcl/print-object.lisp @@ -114,7 +114,7 @@ (defmethod print-object ((slotd slot-definition) stream) (named-object-print-function slotd stream)) -(defmethod print-object ((generic-function generic-function) stream) +(defmethod print-object ((generic-function standard-generic-function) stream) (named-object-print-function generic-function stream @@ -122,12 +122,6 @@ (list (length (generic-function-methods generic-function))) "?"))) -(defmethod print-object ((constructor constructor) stream) - (print-unreadable-object (constructor stream :type t :identity t) - (format stream - "~S" - (slot-value-or-default constructor 'name)))) - (defmethod print-object ((cache cache) stream) (print-unreadable-object (cache stream :type t :identity t) (format stream