mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 13:37:35 +02:00
Fixing bug in "no expansion" error handling for syntax-rules.
This commit is contained in:
parent
5a803b2411
commit
bbe56ad069
1 changed files with 5 additions and 4 deletions
|
@ -815,10 +815,11 @@
|
|||
(map
|
||||
(lambda (clause) (expand-pattern (car clause) (cadr clause)))
|
||||
forms)
|
||||
(list _cons
|
||||
(list _error "no expansion for"
|
||||
(list (rename 'strip-syntactic-closures) _expr))
|
||||
#f))))))))))
|
||||
(list
|
||||
(list _cons
|
||||
(list _error "no expansion for"
|
||||
(list (rename 'strip-syntactic-closures) _expr))
|
||||
#f)))))))))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; additional syntax
|
||||
|
|
Loading…
Add table
Reference in a new issue