summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2011-10-11 20:56:57 +0200
committerMike Pall <mike>2011-10-11 20:58:04 +0200
commit120c3adbff2acbbee5932f28345cde292ef044ec (patch)
tree769cfa3b9280480187ce4946adce09dcd6735504 /doc
parent4a144625c90db7497dd3fce79b97be39ef0af773 (diff)
downloadluajit-120c3adbff2acbbee5932f28345cde292ef044ec.tar.gz
luajit-120c3adbff2acbbee5932f28345cde292ef044ec.tar.bz2
luajit-120c3adbff2acbbee5932f28345cde292ef044ec.zip
FFI: Record loads/stores to external variables in namespaces.
Diffstat (limited to 'doc')
-rw-r--r--doc/ext_ffi_semantics.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html
index 80939f33..9016a8a6 100644
--- a/doc/ext_ffi_semantics.html
+++ b/doc/ext_ffi_semantics.html
@@ -991,7 +991,6 @@ value.</li>
991<li>Calls to ctype metamethods which are not plain functions.</li> 991<li>Calls to ctype metamethods which are not plain functions.</li>
992<li>ctype <tt>__newindex</tt> tables and non-string lookups in ctype 992<li>ctype <tt>__newindex</tt> tables and non-string lookups in ctype
993<tt>__index</tt> tables.</li> 993<tt>__index</tt> tables.</li>
994<li>Accesses to external variables in C&nbsp;library namespaces.</li>
995<li><tt>tostring()</tt> for cdata types.</li> 994<li><tt>tostring()</tt> for cdata types.</li>
996<li>Calls to the following <a href="ext_ffi_api.html">ffi.* API</a> 995<li>Calls to the following <a href="ext_ffi_api.html">ffi.* API</a>
997functions: <tt>cdef</tt>, <tt>load</tt>, <tt>typeof</tt>, 996functions: <tt>cdef</tt>, <tt>load</tt>, <tt>typeof</tt>,