Blame SOURCES/0011-Use-https-for-freelists.org-links.patch

006bc1
From f3d75075ed91137699c6071abe49e2252e794a9c Mon Sep 17 00:00:00 2001
006bc1
From: Mike Pall <mike>
006bc1
Date: Fri, 18 Aug 2017 12:52:14 +0200
006bc1
Subject: [PATCH 11/72] Use https for freelists.org links.
006bc1
006bc1
---
006bc1
 doc/ext_ffi_semantics.html | 2 +-
006bc1
 1 file changed, 1 insertion(+), 1 deletion(-)
006bc1
006bc1
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html
006bc1
index 899640c..ae3c037 100644
006bc1
--- a/doc/ext_ffi_semantics.html
006bc1
+++ b/doc/ext_ffi_semantics.html
006bc1
@@ -844,7 +844,7 @@ place of a type, you'd need to use <tt>ffi.typeof("int")</tt> instead.
006bc1
 

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