commit | 87396072c5c468f0c129e4ec7cd944ac897b7752 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 31 22:36:18 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 31 22:36:18 2019 +0100 |
tree | 62701d8d592986ad4ef828a5ef5d5d85e1c37b57 | |
parent | 556684ff71e044a642879d759373a7ebc5047fad [diff] [blame] |
patch 8.2.0069: ETYPE_ is used for two different enums Problem: ETYPE_ is used for two different enums. Solution: Rename one to use EXPR_.
diff --git a/src/version.c b/src/version.c index 1c7dbba..e09006d 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 69, +/**/ 68, /**/ 67,