commit | c81dfaa69ceec9f6b88caf1dcdf2f859d4fcae47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 08 22:16:23 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 08 22:16:23 2023 +0100 |
tree | 90f3e5f122383bb88a1be4415d1458c5e020ad24 | |
parent | 19548c6a742d954ecd0b50b0680c37cc6ced7473 [diff] [blame] |
patch 9.0.1621: FILETYPE_FILE is defined to the same value multiple times Problem: FILETYPE_FILE is defined to the same value multiple times. Same for a few similar macros. Solution: Define FILETYPE_FILE and others in feature.h only
diff --git a/src/version.c b/src/version.c index bad9e54..e5cb446 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1621, +/**/ 1620, /**/ 1619,