avoid putting tail marks on when we know they are already there
This commit is contained in:
parent
0104e753e7
commit
66d6de6394
|
@ -288,7 +288,7 @@
|
||||||
#,the-call/no-tail-mark))
|
#,the-call/no-tail-mark))
|
||||||
(cond
|
(cond
|
||||||
[(null? (syntax-e stuff)) ;; surely there must a better way
|
[(null? (syntax-e stuff)) ;; surely there must a better way
|
||||||
the-call]
|
the-call/no-tail-mark]
|
||||||
[else
|
[else
|
||||||
(wrap-call-with-values-and-range-checking
|
(wrap-call-with-values-and-range-checking
|
||||||
the-call
|
the-call
|
||||||
|
|
Loading…
Reference in New Issue
Block a user