fix exprs field for raise-syntax-error*
This commit is contained in:
parent
df30e9c148
commit
7d2c1c0790
|
@ -87,7 +87,9 @@ TODO
|
|||
(raise
|
||||
(exn:fail:syntax message
|
||||
(current-continuation-marks)
|
||||
(if source-stx (cons source-stx extra-stxs) extra-stxs)))))
|
||||
(cond [sub-stx (cons sub-stx extra-stxs)]
|
||||
[stx (cons stx extra-stxs)]
|
||||
[else extra-stxs])))))
|
||||
|
||||
;; ----
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user