zone: Use new with-parsed-body macro.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Dec 2006 18:30:01 +0000 (18:30 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 24 Dec 2006 18:30:01 +0000 (18:30 +0000)
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)