From f3d75075ed91137699c6071abe49e2252e794a9c Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Fri, 18 Aug 2017 12:52:14 +0200 Subject: [PATCH] Use https for freelists.org links. --- doc/ext_ffi_semantics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index 899640ce10..ae3c037964 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html @@ -844,7 +844,7 @@

Parameterized Types

The main use for parameterized types are libraries implementing abstract data types -(» example), +(example), similar to what can be achieved with C++ template metaprogramming. Another use case are derived types of anonymous structs, which avoids pollution of the global struct namespace.