mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-05 04:06:36 +02:00
Typo fix.
[skip ci]
This commit is contained in:
parent
f63348a4d1
commit
f32d89175c
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
||||||
(er-macro-transformer*
|
(er-macro-transformer*
|
||||||
(lambda (expr rename compare)
|
(lambda (expr rename compare)
|
||||||
(if (not (pair? expr))
|
(if (not (pair? expr))
|
||||||
(error "invalid use of non-identifier macro outside operator postion" expr)
|
(error "invalid use of non-identifier macro outside operator position" expr)
|
||||||
(f expr rename compare))))))
|
(f expr rename compare))))))
|
||||||
|
|
||||||
(define-syntax cond
|
(define-syntax cond
|
||||||
|
|
Loading…
Add table
Reference in a new issue