commit | 75aa92a16264e3511ba41aa306ffc1ffbbd2fe3a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 14 16:27:19 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 14 16:27:19 2021 +0100 |
tree | a1e8b72c357d7c8e907fa96656bc2999288c44a9 | |
parent | c0abac67d7a9cccf836bbda002ec72914e3cb3d7 [diff] [blame] |
patch 8.2.3507: generating proto files may fail Problem: Generating proto files may fail. Solution: Define __attribute().
diff --git a/src/version.c b/src/version.c index a4a2363..ceb50ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3507, +/**/ 3506, /**/ 3505,