fixed duplication of code in define-macro

svn: r7482
This commit is contained in:
Ryan Culpepper 2007-10-11 00:15:07 +00:00
parent 324ccee027
commit 29501ba68a

View File

@ -63,7 +63,7 @@
stx
(dm-subst
ht
(apply proc (cdr (dm-syntax->datum stx ht))))
(apply p (cdr (dm-syntax->datum stx ht))))
stx))))))))])))
(define-syntax defmacro