expander: fix compilation of top-level begin-for-syntax

This commit is contained in:
Matthew Flatt 2018-03-01 08:22:22 -07:00
parent 618d362f09
commit a668a6a674

View File

@ -300,7 +300,7 @@
(define new-s (wrap (m 'begin-for-syntax) exp-s l))
(log-expand tl-ctx 'return new-s)
new-s]
[combine l]
[combine (apply append l)]
[else (void)])]
[else
(single exp-s ns as-tail?)])])))