ffi: another typo

(apparently the last one)
This commit is contained in:
Daniel Kochmański 2016-03-12 09:49:42 +01:00
parent f897c10c8d
commit a2af2fb541

View file

@ -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)