switch to plain-module-begin, to avoid redundant extra outputs
svn: r11556
This commit is contained in:
parent
5028fe513a
commit
0ccfb6f8b4
|
@ -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 ...))]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user