chiark
/
gitweb
/
~mdw
/
zone
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e926682
)
zone: Use new with-parsed-body macro.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 24 Dec 2006 18:30:01 +0000
(18:30 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 24 Dec 2006 18:30:01 +0000
(18:30 +0000)
zone.lisp
patch
|
blob
|
blame
|
history
diff --git
a/zone.lisp
b/zone.lisp
index adcfb7e0ff04881867efd96e1f3a4bf27dfd0acd..5755d11a81a3f54cf6182a394062f314d18df8b5 100644
(file)
--- a/
zone.lisp
+++ b/
zone.lisp
@@
-513,7
+513,7
@@
(defsubp (gensym "DEFSUBP")))
(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)