master: ffi.texinfo: struct by value is supported on Windows
stassats via Sbcl-commits <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via f832c8e48ec08902901863db5c24ddfecb842a9f (commit)
from c65240ba138d4ecde847a450b3ec8e1a7224de51 (commit)
- Log -----------------------------------------------------------------
commit f832c8e48ec08902901863db5c24ddfecb842a9f
Author: Stas Boukarev <[email protected]>
Date: Sat Aug 15 17:47:06 2026 +0300
ffi.texinfo: struct by value is supported on Windows
[skip ci]
---
doc/manual/ffi.texinfo | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/manual/ffi.texinfo b/doc/manual/ffi.texinfo
index 800ffa37e..b052c6eed 100644
--- a/doc/manual/ffi.texinfo
+++ b/doc/manual/ffi.texinfo
@@ -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 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 @code{(struct foo)}, calls a foreign
function to initialize it, then returns a Lisp vector of all
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL