diff options
author | Mike Pall <mike> | 2017-08-18 12:52:14 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2017-08-18 12:52:14 +0200 |
commit | f3d75075ed91137699c6071abe49e2252e794a9c (patch) | |
tree | d7c27a6d0c2734ba7f61110b9c7b9b40a16b210b | |
parent | 82151a4514e6538086f3f5e01cb8d4b22287b14f (diff) | |
download | luajit-f3d75075ed91137699c6071abe49e2252e794a9c.tar.gz luajit-f3d75075ed91137699c6071abe49e2252e794a9c.tar.bz2 luajit-f3d75075ed91137699c6071abe49e2252e794a9c.zip |
Use https for freelists.org links.
-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 899640ce..ae3c0379 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
@@ -844,7 +844,7 @@ place of a type, you'd need to use <tt>ffi.typeof("int")</tt> instead. | |||
844 | <p> | 844 | <p> |
845 | The main use for parameterized types are libraries implementing abstract | 845 | The main use for parameterized types are libraries implementing abstract |
846 | data types | 846 | data types |
847 | (<a href="http://www.freelists.org/post/luajit/ffi-type-of-pointer-to,8"><span class="ext">»</span> example</a>), | 847 | (<a href="https://www.freelists.org/post/luajit/ffi-type-of-pointer-to,8">example</a>), |
848 | similar to what can be achieved with C++ template metaprogramming. | 848 | similar to what can be achieved with C++ template metaprogramming. |
849 | Another use case are derived types of anonymous structs, which avoids | 849 | Another use case are derived types of anonymous structs, which avoids |
850 | pollution of the global struct namespace. | 850 | pollution of the global struct namespace. |