Skip to content

Commit 128c086

Browse files
TomasRikerrtoy
authored andcommitted
A "NIL" from debugging was accidentally left in
1 parent 715bdb7 commit 128c086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/defmfun-check.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
;; as that would cause infinite recursive inlining.
386386
;; This mechanism catches direct and indirect (e.g. MAPCAR) recursion
387387
;; avoids having to go through $FOO with argument checking each time.
388-
,@(if (and nil required-args
388+
,@(if (and required-args
389389
(null optional-args)
390390
(not restp)
391391
(not keywords-present-p)

0 commit comments

Comments
 (0)