add missing argument to raise-syntax-error
This commit is contained in:
parent
8b629a329b
commit
cc9514c290
|
@ -172,6 +172,7 @@
|
|||
(unless (identifier? id)
|
||||
(raise-syntax-error
|
||||
#f
|
||||
"expected an identifier"
|
||||
#'orig-stx
|
||||
id)))
|
||||
ids)
|
||||
|
|
Loading…
Reference in New Issue
Block a user