commit | d49a35a1c3b736637733b36011fccbee7ef43fcf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 25 21:55:45 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 25 21:55:45 2020 +0100 |
tree | 47717dfbbb2c977ae2b2da3ea2584542b143b31a | |
parent | c2ca935d26b3fc64a13d4e7d0583fc787efe61d0 [diff] [blame] |
patch 8.2.2054: Amiga: FEAT_ARP defined when it should not Problem: Amiga: FEAT_ARP defined when it should not. Solution: Adjust "||" to "&&" in #ifdef. (Ola Söder, closes #7375)
diff --git a/src/version.c b/src/version.c index bd8abac..7b7bea9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2054, +/**/ 2053, /**/ 2052,