Fix source locations for TR for.
(cherry picked from commit 8638a661cc
)
This commit is contained in:
parent
f59f57d444
commit
f042be8553
|
@ -730,8 +730,8 @@ This file defines two sorts of primitives. All of them are provided into any mod
|
|||
(define-syntax (for/annotation stx)
|
||||
(syntax-parse stx
|
||||
[(_ x ...)
|
||||
(syntax/loc stx
|
||||
(ann (for x ...) Void))]))
|
||||
(quasisyntax/loc stx
|
||||
(ann #,(syntax/loc stx (for x ...)) Void))]))
|
||||
(define-syntax (for*/annotation stx)
|
||||
(syntax-parse stx
|
||||
[(_ x ...)
|
||||
|
|
Loading…
Reference in New Issue
Block a user