diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index f7f72138..7dedff04 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html @@ -1206,7 +1206,9 @@ storing and initializing them are supported, yet.
  • The volatile type qualifier is currently ignored by compiled code.
  • ffi.cdef silently -ignores all re-declarations.
  • +ignores most re-declarations. Note: avoid re-declarations which do not +conform to C99. The implementation will eventually be changed to +perform strict checks.

    The JIT compiler already handles a large subset of all FFI operations.