commit | e8ff56b28ed67bff4ee1dbe7b4bd620c1c04a535 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 23:06:23 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 23:06:23 2017 +0200 |
tree | 37d0f18ba1395e2ee2d5f6a5b58369c9b387231d | |
parent | f5291f301e9322545f0621b2157e93050d1d4fb3 [diff] [blame] |
patch 8.0.1110: FORTIFY_SOURCE from Perl causes problems Problem: FORTIFY_SOURCE from Perl causes problems. (Scott Baker) Solution: Filter out the flag. (Christian Brabandt, closes #2068)
diff --git a/src/version.c b/src/version.c index c4a1ada..fe7a30c 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1110, +/**/ 1109, /**/ 1108,