From ac96e286a8a61c38584214fc5f4b467b687888c5 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 21 Dec 2004 18:00:34 +0000 Subject: [PATCH] Enable defgeneric pprinter. --- code/pprint.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/pprint.lisp b/code/pprint.lisp index f2c0ec6fa..ded974267 100644 --- a/code/pprint.lisp +++ b/code/pprint.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.51 2004/12/14 23:57:12 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.52 2004/12/21 18:00:34 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1760,6 +1760,7 @@ ;; CLOS things (defclass pprint-defclass) (defmethod pprint-defmethod) + (defgeneric pprint-defgeneric) (with-slots pprint-with-like) (with-accessors pprint-with-like) -- GitLab