mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
FFI: Clarify ffi.cdef behavior.
This commit is contained in:
parent
5a25a735f5
commit
db64b2b1ed
@ -1188,7 +1188,9 @@ storing and initializing them are supported, yet.</li>
|
|||||||
<li>The <tt>volatile</tt> type qualifier is currently ignored by
|
<li>The <tt>volatile</tt> type qualifier is currently ignored by
|
||||||
compiled code.</li>
|
compiled code.</li>
|
||||||
<li><a href="ext_ffi_api.html#ffi_cdef"><tt>ffi.cdef</tt></a> silently
|
<li><a href="ext_ffi_api.html#ffi_cdef"><tt>ffi.cdef</tt></a> silently
|
||||||
ignores all re-declarations.</li>
|
ignores most re-declarations. Note: avoid re-declarations which do not
|
||||||
|
conform to C99. The implementation will eventually be changed to
|
||||||
|
perform strict checks.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
The JIT compiler already handles a large subset of all FFI operations.
|
The JIT compiler already handles a large subset of all FFI operations.
|
||||||
|
Loading…
Reference in New Issue
Block a user