From: Mark Wooding Date: Sun, 24 Dec 2006 18:30:01 +0000 (+0000) Subject: zone: Use new with-parsed-body macro. X-Git-Url: https://git.distorted.org.uk/~mdw/zone/commitdiff_plain/2ec279f5e3c55fb220c0d28b08107e3456da663a zone: Use new with-parsed-body macro. --- diff --git a/zone.lisp b/zone.lisp index adcfb7e..5755d11 100644 --- a/zone.lisp +++ b/zone.lisp @@ -513,7 +513,7 @@ (setf types (listify types)) (let* ((type (car types)) (func (intern (format nil "ZONE-PARSE/~:@(~A~)" type)))) - (with-parsed-body (doc decls body body) + (with-parsed-body (body decls doc) body (with-gensyms (col tname ttype tttl tdata tdefsubp i) `(progn (dolist (,i ',types)