minor tweak to ->i's error message
relevant to PR 11597
This commit is contained in:
parent
1d2b837603
commit
9a0d7b419b
|
@ -373,7 +373,7 @@ code does the parsing and validation of the syntax.
|
|||
[(a . b)
|
||||
(raise-syntax-error #f "expected a range expression" stx #'a)]
|
||||
[()
|
||||
(raise-syntax-error #f "expected a range expression, but found nothing" stx leftover)])]
|
||||
(raise-syntax-error #f "expected a range expression, but found nothing" stx)])]
|
||||
[(post-cond leftover)
|
||||
(syntax-case leftover ()
|
||||
[(#:post (id ...) post-cond . leftover)
|
||||
|
|
Loading…
Reference in New Issue
Block a user