aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ext_ffi_semantics.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html
index 800b6b18..268ac104 100644
--- a/doc/ext_ffi_semantics.html
+++ b/doc/ext_ffi_semantics.html
@@ -864,7 +864,7 @@ place of a type, you'd need to use <tt>ffi.typeof("int")</tt> instead.
864<p> 864<p>
865The main use for parameterized types are libraries implementing abstract 865The main use for parameterized types are libraries implementing abstract
866data types 866data types
867(<a href="http://www.freelists.org/post/luajit/ffi-type-of-pointer-to,8"><span class="ext">&raquo;</span>&nbsp;example</a>), 867(<a href="https://www.freelists.org/post/luajit/ffi-type-of-pointer-to,8">example</a>),
868similar to what can be achieved with C++ template metaprogramming. 868similar to what can be achieved with C++ template metaprogramming.
869Another use case are derived types of anonymous structs, which avoids 869Another use case are derived types of anonymous structs, which avoids
870pollution of the global struct namespace. 870pollution of the global struct namespace.