mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
fix ffi type annotations
This commit is contained in:
parent
6caca77426
commit
6f1cf6588f
1 changed files with 2 additions and 2 deletions
|
@ -1829,8 +1829,8 @@
|
|||
(i 1))
|
||||
(cond
|
||||
((null? ls))
|
||||
((type-value (car ls))
|
||||
(lp (cdr ls) i))
|
||||
;; ((type-value (car ls))
|
||||
;; (lp (cdr ls) i))
|
||||
((eq? 'sexp (type-base (car ls)))
|
||||
(lp (cdr ls) (+ i 1)))
|
||||
((<= i 3)
|
||||
|
|
Loading…
Add table
Reference in a new issue