Revert previous bad addition to trunk, forgot to switch first.
svn: r17147 original commit: 53eb309b75b334f09ef7aaa6329d7d5cc83b9aed
This commit is contained in:
parent
24582b8cb0
commit
f5f0b9b335
|
@ -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 ...))]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user