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

svn: r11556

original commit: 0ccfb6f8b4e7fc1b2caa375467a3cba8b14d93ab
This commit is contained in:
Eli Barzilay 2008-09-05 18:44:06 +00:00
parent fd1adc4cea
commit 8c28c37118

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 ...))]))