aboutsummaryrefslogtreecommitdiff
path: root/src/host.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/host.lisp')
-rw-r--r--src/host.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host.lisp b/src/host.lisp
index 395728b..979ab8c 100644
--- a/src/host.lisp
+++ b/src/host.lisp
@@ -115,7 +115,7 @@ Called by properties which set up such subhosts, like CHROOT:OS-BOOTSTRAPPED."
(make-instance 'unpreprocessed-host
:propspec propspec :hostattrs hostattrs*)))
-(define-print-object-for-structlike host)
+(define-simple-print-object host)
(defmethod union-propspec-into-host
((host unpreprocessed-host) (propspec propspec))