Fix source locations for TR for.
original commit: 8638a661ccd890912e3b9df6a39b628230f38127
This commit is contained in:
parent
f6230841c0
commit
7bd409e927
|
@ -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