Fix error message to match the test suite's check for it.
This commit is contained in:
parent
f54dc18326
commit
97a04e9f9d
|
@ -148,7 +148,7 @@
|
|||
(when (bound-identifier-mapping-get defined-ids id (lambda () #f))
|
||||
(raise-syntax-error
|
||||
#f
|
||||
"There is already a definition for this name."
|
||||
"this name was defined previously and cannot be re-defined"
|
||||
id))
|
||||
(bound-identifier-mapping-put! defined-ids id #t))
|
||||
(reverse (syntax->list #'(defined-id ...)))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user