Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
FFI: Clarify ffi.cdef behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Pall committed Nov 16, 2013
1 parent 5a25a73 commit db64b2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/ext_ffi_semantics.html
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,9 @@ <h2 id="status">Current Status</h2>
<li>The <tt>volatile</tt> type qualifier is currently ignored by
compiled code.</li>
<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>
<p>
The JIT compiler already handles a large subset of all FFI operations.
Expand Down

0 comments on commit db64b2b

Please sign in to comment.