Fixes bug 206842: syntax tracing not working by default when
syntax-case fenders fail
This commit is contained in:
parent
c2e20a3a68
commit
c01f3049e4
|
@ -3735,7 +3735,8 @@
|
||||||
(make-syntax-violation
|
(make-syntax-violation
|
||||||
(syntax->datum x)
|
(syntax->datum x)
|
||||||
#f)
|
#f)
|
||||||
(extract-position-condition x)))))
|
(extract-position-condition x)
|
||||||
|
(extract-trace x)))))
|
||||||
|
|
||||||
(define (extract-trace x)
|
(define (extract-trace x)
|
||||||
(define-condition-type &trace &condition
|
(define-condition-type &trace &condition
|
||||||
|
|
Loading…
Reference in New Issue