commit | bf0ecb2cb63fb710198d6be742ae4f00fdd2f948 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 27 10:04:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 27 10:04:40 2019 +0200 |
tree | f1b4d21d333025dbd169afa0fde8e3ea7f540ce7 | |
parent | 7a8d0278bd6bd57e04f61183cb8e2969cf148e3f [diff] [blame] |
patch 8.1.1408: PFL_HIDDEN conflicts with system header file Problem: PFL_HIDDEN conflicts with system header file. Solution: Rename to POPF_HIDDEN.
diff --git a/src/version.c b/src/version.c index a208d32..5345a5f 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1408, +/**/ 1407, /**/ 1406,