From 6efa46f4efd226f65634ba8eb6ddee54de1de563 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 2 Sep 2020 19:23:06 +0200 Subject: patch 8.2.1567: no example to use ubsan with clang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: No example to use ubsan with clang. Solution: Add example commands. (Dominique Pellé, issue #6811) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index b75c9fbc65..e1d3b12ca3 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1567, /**/ 1566, /**/ -- cgit v1.2.3