From ef987f23559e424ab37199c182d2450aa2d40f76 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 26 Apr 2021 16:08:26 -0700 Subject: define UNION-PROPSPEC-INTO-HOST for null second argument Signed-off-by: Sean Whitton --- src/host.lisp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/host.lisp') diff --git a/src/host.lisp b/src/host.lisp index 5c8b6e9..35336da 100644 --- a/src/host.lisp +++ b/src/host.lisp @@ -111,6 +111,10 @@ Called by properties which set up such subhosts, like CHROOT:OS-BOOTSTRAPPED." :hostattrs (copy-list (hostattrs host)) :propspec (append-propspecs (host-propspec host) propspec))) +(defmethod union-propspec-into-host + ((host unpreprocessed-host) (propspec null)) + host) + (defmethod replace-propspec-into-host ((host unpreprocessed-host) (propspec unpreprocessed-propspec)) ;; we have to preprocess HOST as functions that call us want the return -- cgit v1.2.3