FFI: Record loads/stores to external variables in namespaces.

This commit is contained in:
Mike Pall
2011-10-11 20:56:57 +02:00
parent 4a144625c9
commit 120c3adbff
3 changed files with 21 additions and 5 deletions

View File

@@ -991,7 +991,6 @@ value.</li>
<li>Calls to ctype metamethods which are not plain functions.</li>
<li>ctype <tt>__newindex</tt> tables and non-string lookups in ctype
<tt>__index</tt> tables.</li>
<li>Accesses to external variables in C&nbsp;library namespaces.</li>
<li><tt>tostring()</tt> for cdata types.</li>
<li>Calls to the following <a href="ext_ffi_api.html">ffi.* API</a>
functions: <tt>cdef</tt>, <tt>load</tt>, <tt>typeof</tt>,