mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 04:10:44 -08:00
- Fixed second half of typo ;)
This commit is contained in:
parent
758ba5068c
commit
fb350f46e8
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@
|
|||
(elt arg-types ndx) :char*)
|
||||
(return-from c1c-inline
|
||||
(c1expr
|
||||
`(ffi::with-ctring (,var ,value)
|
||||
`(ffi::with-cstring (,var ,value)
|
||||
(c-inline ,arguments ,arg-types ,output-type ,c-expression
|
||||
,@rest)))))))
|
||||
;; Find out the output types of the inline form. The syntax is rather relax
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue