aboutsummaryrefslogtreecommitdiff
path: root/src/host.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/host.lisp')
-rw-r--r--src/host.lisp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/host.lisp b/src/host.lisp
index f03c662..5c8b6e9 100644
--- a/src/host.lisp
+++ b/src/host.lisp
@@ -103,13 +103,7 @@ Called by properties which set up such subhosts, like CHROOT:OS-BOOTSTRAPPED."
:propspec propspec
:hostattrs (list* :parent-hostattrs (hostattrs *host*) hostattrs)))
-(defmethod print-object ((host host) stream)
- (format stream "#.~S" `(make-instance
- ',(type-of host)
- :hostattrs ',(slot-value host 'hostattrs)
- :propspec ,(slot-value host 'propspec)
- :deploy ',(slot-value host 'default-deployment)))
- host)
+(define-print-object-for-structlike host)
(defmethod union-propspec-into-host
((host unpreprocessed-host) (propspec propspec))