mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
fix ffi documentation at the source
The generated texinfo files (e.g. ffi.texinfo) are under version control only to be able to conveniently track the Markdown-to-Texinfo output until it's deemed stable enough.
This commit is contained in:
parent
f832c8e48e
commit
a797aedf9d
|
|
@ -775,9 +775,9 @@ call the function (as though it was declared with a prototype). The
|
|||
type need not be known at compile time, but only known-type calls
|
||||
are efficiently compiled.
|
||||
|
||||
On x86-64 and ARM64 systems, structures may be passed and returned by
|
||||
value. The implementation follows the System V AMD64/Microsoft x64 and
|
||||
AAPCS64 specifications respectively.
|
||||
On x86-64 and ARM64 systems, structures may be passed and returned
|
||||
by value. The implementation follows the System V AMD64 / Microsoft
|
||||
x64 and AAPCS64 specifications, respectively.
|
||||
|
||||
Here is an example which allocates a @code{(struct foo)}, calls a foreign
|
||||
function to initialize it, then returns a Lisp vector of all
|
||||
|
|
|
|||
|
|
@ -826,9 +826,9 @@ null byte."
|
|||
type need not be known at compile time, but only known-type calls
|
||||
are efficiently compiled.
|
||||
|
||||
On Unix-like x86-64 and ARM64 systems, structures may be passed and
|
||||
returned by value. The implementation follows the System V AMD64 ABI
|
||||
and AAPCS64 specifications respectively.
|
||||
On x86-64 and ARM64 systems, structures may be passed and returned
|
||||
by value. The implementation follows the System V AMD64 / Microsoft
|
||||
x64 and AAPCS64 specifications, respectively.
|
||||
|
||||
Here is an example which allocates a `(STRUCT FOO)`, calls a foreign
|
||||
function to initialize it, then returns a Lisp vector of all
|
||||
|
|
|
|||
Loading…
Reference in a new issue