commit | c51a376265708e49a46832816077b6dd27d12c0c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Dec 10 10:22:29 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 10 10:22:29 2022 +0000 |
tree | 4bdfc4d59022a30f7c7c307d25bde9d9793d8bd4 | |
parent | 4ae0057308c59a0dee2b452736366e49a5a98b3a [diff] [blame] |
patch 9.0.1043: macro has confusing name and is duplicated Problem: Macro has confusing name and is duplicated. Solution: Use one macro with an understandable name. (closes #11686)
diff --git a/src/version.c b/src/version.c index 14b6d28..0acd217 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1043, +/**/ 1042, /**/ 1041,