aboutsummaryrefslogtreecommitdiff
path: root/src/property/os.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-18 10:22:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-18 10:22:43 -0700
commit671a591ffcb55958c5b71c6838810edff8c14884 (patch)
treebfaf735698a5ed86e61bb5bf6533b66444176fcc /src/property/os.lisp
parentbfd11d5198590ee0c06a9e4dd8bbfa3992ccae33 (diff)
downloadconsfigurator-671a591ffcb55958c5b71c6838810edff8c14884.tar.gz
OS:TYPECASE, OS:HOST-TYPECASE: use &BODY instead of &REST
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/os.lisp')
-rw-r--r--src/property/os.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property/os.lisp b/src/property/os.lisp
index db4c2a2..9c4ce74 100644
--- a/src/property/os.lisp
+++ b/src/property/os.lisp
@@ -104,10 +104,10 @@
(declare (ignore args))
(propappunapply (choose-propapp))))))
-(defmacro typecase (&rest cases)
+(defmacro typecase (&body cases)
`(host-typecase nil ,@cases))
-(defmacro host-typecase (host &rest cases)
+(defmacro host-typecase (host &body cases)
`(os-typecase*
,host
,@(loop for case in cases