mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-09 18:52:55 -08:00
Fixed typo (fixed previously by Macjiek, redone by today's sync)
This commit is contained in:
parent
0ee18977e0
commit
407fe16185
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@
|
|||
(return-from c1c-inline
|
||||
(c1expr
|
||||
`(ffi::with-ctring (,var ,value)
|
||||
(c1c-inline ,arguments ,arg-types ,output-type ,c-expression
|
||||
(c-inline ,arguments ,arg-types ,output-type ,c-expression
|
||||
,@rest)))))))
|
||||
;; Find out the output types of the inline form. The syntax is rather relax
|
||||
;; output-type = lisp-type | c-type | (values {lisp-type | c-type}*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue