commit | 83c43ab319f4c4a9d03c65648b4f0df4298a7f93 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 16:10:01 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 16:10:01 2022 +0000 |
tree | be39b849aa20ee716d5e03e6e47dd09df03f8309 | |
parent | b9603f6498e5637e111bd1dca0eab88c8dd0f99b [diff] [blame] |
patch 9.0.1033: tiny build fails because of conflicting typedef Problem: Tiny build fails because of conflicting typedef. Solution: Remove one typedef.
diff --git a/src/version.c b/src/version.c index a209733..fa65352 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1033, +/**/ 1032, /**/ 1031,