aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2013-11-16 18:28:34 +0100
committerMike Pall <mike>2013-11-16 18:28:34 +0100
commit9f77a31e89df037342a91cdcfeb7ccab9648eb36 (patch)
tree20eb92c488dc97caf40cce8c504af765a2d2dd68 /doc
parentffabcc44456a55d79f0e0c878a447bd817a5871c (diff)
parentdb64b2b1edbb07055d450df168c360fedb5598a7 (diff)
downloadluajit-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.html4
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
1207compiled code.</li> 1207compiled 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
1209ignores all re-declarations.</li> 1209ignores most re-declarations. Note: avoid re-declarations which do not
1210conform to C99. The implementation will eventually be changed to
1211perform strict checks.</li>
1210</ul> 1212</ul>
1211<p> 1213<p>
1212The JIT compiler already handles a large subset of all FFI operations. 1214The JIT compiler already handles a large subset of all FFI operations.