switch to plain-module-begin, to avoid redundant extra outputs

svn: r11556
This commit is contained in:
Eli Barzilay 2008-09-05 18:44:06 +00:00
parent 5028fe513a
commit 0ccfb6f8b4

View File

@ -96,4 +96,4 @@
[(_ expr ...)
;; add a dummy define and throw it away, to get rid of initial newlines
(with-syntax ([(_ expr ...) (process-body #'((define) expr ...))])
#'(#%module-begin expr ...))]))
#'(#%plain-module-begin expr ...))]))