diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ext_ffi_semantics.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index b8c839c2..79f25510 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
@@ -1005,7 +1005,8 @@ Other missing features: | |||
1005 | <li>Callbacks from C code to Lua functions.</li> | 1005 | <li>Callbacks from C code to Lua functions.</li> |
1006 | <li>Passing structs by value to vararg C functions.</li> | 1006 | <li>Passing structs by value to vararg C functions.</li> |
1007 | <li><a href="extensions.html#exceptions">C++ exception interoperability</a> | 1007 | <li><a href="extensions.html#exceptions">C++ exception interoperability</a> |
1008 | does not extend to C functions called via the FFI.</li> | 1008 | does not extend to C functions called via the FFI, if the call is |
1009 | compiled.</li> | ||
1009 | </ul> | 1010 | </ul> |
1010 | <br class="flush"> | 1011 | <br class="flush"> |
1011 | </div> | 1012 | </div> |