mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-21 12:03:40 -08:00
ffi: another typo
(apparently the last one)
This commit is contained in:
parent
f897c10c8d
commit
a2af2fb541
1 changed files with 1 additions and 1 deletions
|
|
@ -830,7 +830,7 @@ the defined Lisp function and RESULT-TYPE is its return type."
|
|||
(let ((args (mapcar #'(lambda (x) (gensym)) arg-types)))
|
||||
`(defun ,name ,args
|
||||
(c-inline ,args ,arg-types ,result-type
|
||||
,C-expr :one-liner t))))
|
||||
,c-expression :one-liner t))))
|
||||
|
||||
(defmacro defentry (name arg-types c-name &key no-interrupts)
|
||||
"Syntax: (defentry name arg-types (result-type function-name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue