aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-02 13:49:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-02 13:49:59 -0700
commitf0aa90746c39bff31135eef4d53156d13543aaca (patch)
tree2e336cb9470d230ab784b6efa298f11e6fb641db /src/util.lisp
parent37c8017ed1249b4e34634b7df691b82f62e6361b (diff)
downloadconsfigurator-f0aa90746c39bff31135eef4d53156d13543aaca.tar.gz
rename RETURN-EXIT -> EXIT-CODE-TO-RETVAL
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.lisp b/src/util.lisp
index 3fa3e78..d123e8c 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -611,7 +611,7 @@ interactive debugger."))
(,failures 22)
(t 23))))))
-(defmacro return-exit (exit &key on-failure)
+(defmacro exit-code-to-retval (exit &key on-failure)
`(values
nil
(case ,exit