author | Alan Dipert
<alan@dipert.org> 2021-07-25 02:48:16 UTC |
committer | Alan Dipert
<alan@dipert.org> 2021-07-25 02:48:16 UTC |
parent | a3e66edfb605fa77d4392b3f940d9e1ebceb07d1 |
boot.lisp | +2 | -2 |
diff --git a/boot.lisp b/boot.lisp index ae64ee1..5ed5b9a 100644 --- a/boot.lisp +++ b/boot.lisp @@ -518,8 +518,8 @@ (defmacro dolist (binding &rest body) (let ((list# (gensym "list"))) `(do* ((,(car binding) nil (car ,list#)) - (,list# ,(cadr binding) (cdr ,list#))) - ((not ,list#) ,(caddr binding)) + (,list# ,(cadr binding) (cdr ,list#))) + ((not ,list#) ,(caddr binding)) ,@body))) ;; designators