zone: Use new with-parsed-body macro.
[zone] / zone.lisp
index adcfb7e..5755d11 100644 (file)
--- a/zone.lisp
+++ b/zone.lisp
   (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)