commit | 4e3b3182307444f205a5f35e257c651f0f3717ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 01 10:16:00 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 01 10:16:00 2022 +0000 |
tree | fb5ca592e54a3d2a759737bd74e221679f30c847 | |
parent | 68854a82fdedebf6ee0675d1abeae6fc627ff6bb [diff] [blame] |
patch 8.2.4278: build with Athena GUI fails Problem: Build with Athena GUI fails. (Elimar Riesebieter) Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 0dc936a..9550478 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4278, +/**/ 4277, /**/ 4276,