From 13e380cadd4ceb2efbc9e7256ca4609f4ed04133 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 9 Aug 2022 21:50:36 -0700 Subject: Fix a few small bugs. N lines of code will have about 2N bugs. --- lib/csc/macros.csc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/csc/macros.csc') 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) -- cgit v1.3.1