Here's the changes that accidentally went to trunk first.
svn: r17150 original commit: 75803d488132e6824e27c443370d7ff60eaf4011
This commit is contained in:
commit
83d6ec1fbd
|
@ -7,8 +7,8 @@
|
|||
(provide lp-include)
|
||||
|
||||
(define-syntax (module stx)
|
||||
(syntax-case stx ()
|
||||
[(module name base body ...)
|
||||
(syntax-case stx (#%module-begin)
|
||||
[(module name base (#%module-begin body ...))
|
||||
(begin
|
||||
#'(begin body ...))]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user