aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csc/macros.csc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csc/macros.csc')
-rw-r--r--lib/csc/macros.csc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csc/macros.csc b/lib/csc/macros.csc
index 739f532..fc8aa79 100644
--- a/lib/csc/macros.csc
+++ b/lib/csc/macros.csc
@@ -651,7 +651,7 @@
(let* ((transformer (expand-syntax-object transformer-form))
(body (expand-syntax-object (with-binding ident transformer body-form))))
body))
- (_ (raise-syntax-error "unexpected form in let-syntax"))))))
+ (_ (raise-syntax-error "unexpected form in let-syntax" x))))))
(define (split-args-rest formals)