mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-09 22:17:34 +02:00
dotted ellipsis no longer invalid
This commit is contained in:
parent
9ea986d34c
commit
9b8126cfc3
1 changed files with 0 additions and 2 deletions
|
@ -651,8 +651,6 @@
|
|||
(cond
|
||||
((not (null? (cddr p)))
|
||||
(cond
|
||||
((not (list? (cddr p)))
|
||||
(error "dotted ellipse" p))
|
||||
((any (lambda (x) (and (identifier? x) (compare x ellipse)))
|
||||
(cddr p))
|
||||
(error "multiple ellipses" p))
|
||||
|
|
Loading…
Add table
Reference in a new issue