aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csc/macros.csc
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-08-09 21:50:36 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-08-09 21:50:36 -0700
commit13e380cadd4ceb2efbc9e7256ca4609f4ed04133 (patch)
treeac7c5d3ef9254f59fc24f49178151d4553270d2b /lib/csc/macros.csc
parentFix the bugs in the number library. (diff)
downloadchromatopelma-13e380cadd4ceb2efbc9e7256ca4609f4ed04133.tar.zst
Fix a few small bugs.
N lines of code will have about 2N bugs.
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)