mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
another fix to 1004
This commit is contained in:
parent
fd425fb1ec
commit
8ca510bcb3
1 changed files with 0 additions and 2 deletions
|
@ -650,8 +650,6 @@
|
||||||
(cond
|
(cond
|
||||||
((number? len)
|
((number? len)
|
||||||
len)
|
len)
|
||||||
((memq 'result (type-array x))
|
|
||||||
"sexp_unbox_fixnum(res)")
|
|
||||||
(else
|
(else
|
||||||
(and func
|
(and func
|
||||||
(symbol? len)
|
(symbol? len)
|
||||||
|
|
Loading…
Add table
Reference in a new issue