We do _not_ want (void) last, we want it first here.
svn: r13040 original commit: e402d7ea36a8d8b85119c183458a76645776922d
This commit is contained in:
parent
343618feec
commit
3301fdba75
|
@ -755,8 +755,8 @@
|
|||
[else (list defn-or-expr)]))
|
||||
expanded-body))])
|
||||
#'(begin-with-definitions
|
||||
defn&expr ...
|
||||
(void))))))))
|
||||
(void)
|
||||
defn&expr ...)))))))
|
||||
|
||||
(define-for-syntax (redirect-imports/exports import?)
|
||||
(lambda (table-stx
|
||||
|
|
Loading…
Reference in New Issue
Block a user