From 570ab74881a69e4c978c2c3a4202174fac41cad1 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 20 Dec 2014 22:26:05 +0000 Subject: [PATCH] optparse.lisp: Move `ignorable' declaration into the right place. --- optparse.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optparse.lisp b/optparse.lisp index 73d9619..a949128 100644 --- a/optparse.lisp +++ b/optparse.lisp @@ -447,8 +447,8 @@ (setf (get ',name 'opthandler) ',func) (defun ,func (,var ,arg ,@args) ,@docs ,@decls + (declare (ignorable ,arg)) (with-locatives ,var - (declare (ignorable ,arg)) ,@body)) ',name)))) -- 2.11.0