commit | 1004b3d970f19964816eedf89d3ba7aa9416ed24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 05 19:51:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 05 19:51:55 2022 +0100 |
tree | 743c94d1bf5c379c8d9aca21e22336f04797dd60 | |
parent | e3a529bc877909a9eccf792461050b4f6737ed33 [diff] [blame] |
patch 8.2.5059: autoconf 2.71 produces many obsolete warnings Problem: Autoconf 2.71 produces many obsolete warnings. Solution: Replace obsolete macros with non-obsolete ones, where the functionality does not change. (issue #10528)
diff --git a/src/version.c b/src/version.c index 744fad6..2919609 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5059, +/**/ 5058, /**/ 5057,