fix srcloc-missing-from-exn bug in struct/dc
This commit is contained in:
parent
c2672dd6c9
commit
7eaa072524
|
@ -587,7 +587,7 @@
|
|||
[(exp) (values #f #'exp)]
|
||||
[else (raise-syntax-error 'struct/dc "could not parse clause" stx clause)]))
|
||||
(indep-clause exp lazy? #'sel-name (name->sel-id #'id #'sel-name)))]
|
||||
[_ (raise-syntax-error 'struct/dc "could not parse clause" stx #'clause)])))
|
||||
[_ (raise-syntax-error 'struct/dc "could not parse clause" stx clause)])))
|
||||
|
||||
|
||||
(let ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user