Revert previous bad addition to trunk, forgot to switch first.

svn: r17147

original commit: 53eb309b75b334f09ef7aaa6329d7d5cc83b9aed
This commit is contained in:
Stevie Strickland 2009-12-01 20:36:38 +00:00
parent 24582b8cb0
commit f5f0b9b335

View File

@ -7,8 +7,8 @@
(provide lp-include)
(define-syntax (module stx)
(syntax-case stx (#%module-begin)
[(module name base (#%module-begin body ...))
(syntax-case stx ()
[(module name base body ...)
(begin
#'(begin body ...))]))