diff options
author | Mike Pall <mike> | 2013-11-16 18:28:34 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2013-11-16 18:28:34 +0100 |
commit | 9f77a31e89df037342a91cdcfeb7ccab9648eb36 (patch) | |
tree | 20eb92c488dc97caf40cce8c504af765a2d2dd68 /doc | |
parent | ffabcc44456a55d79f0e0c878a447bd817a5871c (diff) | |
parent | db64b2b1edbb07055d450df168c360fedb5598a7 (diff) | |
download | luajit-9f77a31e89df037342a91cdcfeb7ccab9648eb36.tar.gz luajit-9f77a31e89df037342a91cdcfeb7ccab9648eb36.tar.bz2 luajit-9f77a31e89df037342a91cdcfeb7ccab9648eb36.zip |
Merge branch 'master' into v2.1
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. |