fixed duplication of code in define-macro

svn: r7482

original commit: 29501ba68adf634e4135c8d0ab2832cd53cd324d
This commit is contained in:
Ryan Culpepper 2007-10-11 00:15:07 +00:00
parent c2c79c0d42
commit 69b998cb2b

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