diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ext_ffi_semantics.html | 4 |
1 files changed, 3 insertions, 1 deletions
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.</li> | |||
1206 | <li>The <tt>volatile</tt> type qualifier is currently ignored by | 1206 | <li>The <tt>volatile</tt> type qualifier is currently ignored by |
1207 | compiled code.</li> | 1207 | compiled code.</li> |
1208 | <li><a href="ext_ffi_api.html#ffi_cdef"><tt>ffi.cdef</tt></a> silently | 1208 | <li><a href="ext_ffi_api.html#ffi_cdef"><tt>ffi.cdef</tt></a> silently |
1209 | ignores all re-declarations.</li> | 1209 | ignores most re-declarations. Note: avoid re-declarations which do not |
1210 | conform to C99. The implementation will eventually be changed to | ||
1211 | perform strict checks.</li> | ||
1210 | </ul> | 1212 | </ul> |
1211 | <p> | 1213 | <p> |
1212 | The JIT compiler already handles a large subset of all FFI operations. | 1214 | The JIT compiler already handles a large subset of all FFI operations. |