diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ext_ffi_semantics.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index d9aa27c8..b612dbc5 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
@@ -980,8 +980,6 @@ two.</li> | |||
980 | <li>Calls to non-cdecl or vararg C functions.</li> | 980 | <li>Calls to non-cdecl or vararg C functions.</li> |
981 | <li>Calls to C functions with aggregates passed or returned by | 981 | <li>Calls to C functions with aggregates passed or returned by |
982 | value.</li> | 982 | value.</li> |
983 | <li>Calls to C functions with 64 bit arguments or return values | ||
984 | on 32 bit CPUs.</li> | ||
985 | <li>Calls to ctype metamethods which are not plain functions.</li> | 983 | <li>Calls to ctype metamethods which are not plain functions.</li> |
986 | <li>ctype <tt>__newindex</tt> tables and non-string lookups in ctype | 984 | <li>ctype <tt>__newindex</tt> tables and non-string lookups in ctype |
987 | <tt>__index</tt> tables.</li> | 985 | <tt>__index</tt> tables.</li> |