From 525d0410cc76624422a6d83b011c8b8c097a0296 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 21 Mar 2021 17:36:35 -0700 Subject: add default for :PROPSPEC argument to MAKE-HOST Signed-off-by: Sean Whitton --- src/host.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/host.lisp') diff --git a/src/host.lisp b/src/host.lisp index b58c023..e31cdf3 100644 --- a/src/host.lisp +++ b/src/host.lisp @@ -75,7 +75,7 @@ values higher up the call stack.")) (propappattrs (eval-propspec (host-propspec *host*))) *host*)) -(defun make-host (&key hostattrs propspec) +(defun make-host (&key hostattrs (propspec (make-propspec))) (make-instance 'unpreprocessed-host :hostattrs hostattrs :propspec propspec)) -- cgit v1.2.3