diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-08-09 21:50:36 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-08-09 21:50:36 -0700 |
| commit | 13e380cadd4ceb2efbc9e7256ca4609f4ed04133 (patch) | |
| tree | ac7c5d3ef9254f59fc24f49178151d4553270d2b /lib/csc/macros.csc | |
| parent | Fix the bugs in the number library. (diff) | |
| download | chromatopelma-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.csc | 2 |
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) |
