Bug sur le deftest match capture labels

This commit is contained in:
Georges Dupéron 2010-11-07 00:16:50 +01:00
parent 7c976ddf21
commit 10c613da3b

View File

@ -1104,7 +1104,7 @@
(intern (format nil "LABELS-~w" param)))
params)
,@fbody)))
declarations))
name params fbody))
'((foo . (lambda (labels-x labels-y) (list x y)))
(bar . (lambda (labels-z labels-w) (print z) (print w)))
(quux . (lambda ()))))