mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-22 07:09:18 +02:00
Fixing ffi docs extraction.
This commit is contained in:
parent
38585e527f
commit
695e99c076
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ div#footer {padding-bottom: 50px}
|
|||
(filter
|
||||
(lambda (x)
|
||||
(assq (if (eq? 'const: (car x)) (third x) (car x))
|
||||
defs))
|
||||
all-defs))
|
||||
(get-ffi-signatures form)))
|
||||
((= 1 (length procs))
|
||||
(get-signature (caar procs) (cdar procs) form))
|
||||
|
|
Loading…
Add table
Reference in a new issue