commit | e2adcf397421d47440d135a97765e1dbe7f824fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 11:57:25 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 11:57:25 2022 +0000 |
tree | 62e54238c6a23b2f932fc9dd4e3c071219cc4bf7 | |
parent | fb43cfc2c6a003b850343bfd27cb3059c734d7d4 [diff] [blame] |
patch 8.2.4549: cannot build with Motif and editres Problem: Cannot build with Motif and editres. (Tony Mechelynck) Solution: Fix configure mistake.
diff --git a/src/version.c b/src/version.c index 2efc6bf..7861799 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4549, +/**/ 4548, /**/ 4547,