From 2b89cfb8645afb249f6cc21fe3ae588dae5210be Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 12 Mar 2022 14:56:34 -0700 Subject: rename DEFINE-PRINT-OBJECT-FOR-STRUCTLIKE & REINIT-STRUCTLIKE Signed-off-by: Sean Whitton --- src/connection.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection.lisp') diff --git a/src/connection.lisp b/src/connection.lisp index a6c9fdc..7cefb6c 100644 --- a/src/connection.lisp +++ b/src/connection.lisp @@ -69,7 +69,7 @@ For an example of usage, see the :SUDO connection type.")) :initform nil :documentation "This connection's connection attributes."))) -(define-print-object-for-structlike connection) +(define-simple-print-object connection) (defclass lisp-connection (connection) ()) -- cgit v1.2.3