diff options
author | Mike Pall <mike> | 2017-08-18 12:52:30 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2017-08-18 12:52:30 +0200 |
commit | 9634fa98142e846a28f300f65c9420443eb5f023 (patch) | |
tree | 50828d5d4c27e146295df9d13d9539a48df38db8 /doc | |
parent | fd37da0d586c331b0008fbfd653a9659344fe76f (diff) | |
parent | f3d75075ed91137699c6071abe49e2252e794a9c (diff) | |
download | luajit-9634fa98142e846a28f300f65c9420443eb5f023.tar.gz luajit-9634fa98142e846a28f300f65c9420443eb5f023.tar.bz2 luajit-9634fa98142e846a28f300f65c9420443eb5f023.zip |
Merge branch 'master' into v2.1
Diffstat (limited to '')
-rw-r--r-- | doc/ext_ffi_semantics.html | 2 |
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> |
865 | The main use for parameterized types are libraries implementing abstract | 865 | The main use for parameterized types are libraries implementing abstract |
866 | data types | 866 | data types |
867 | (<a href="http://www.freelists.org/post/luajit/ffi-type-of-pointer-to,8"><span class="ext">»</span> example</a>), | 867 | (<a href="https://www.freelists.org/post/luajit/ffi-type-of-pointer-to,8">example</a>), |
868 | similar to what can be achieved with C++ template metaprogramming. | 868 | similar to what can be achieved with C++ template metaprogramming. |
869 | Another use case are derived types of anonymous structs, which avoids | 869 | Another use case are derived types of anonymous structs, which avoids |
870 | pollution of the global struct namespace. | 870 | pollution of the global struct namespace. |