commit | bd89d4406327d3a30517443a4a518f49ebc99368 | [log] [tgz] |
---|---|---|
author | ola.soder@axis.com <ola.soder@axis.com> | Fri Feb 11 19:27:55 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 11 19:27:55 2022 +0000 |
tree | 4ce9a02abd758ab964130f1e93fd72efbb5dbe0d | |
parent | 481acb11413a436653e235d2098990b2ad47d195 [diff] [blame] |
patch 8.2.4347: in some build setups UNUSED is not defined Problem: In some build setups UNUSED is not defined. Solution: Change the logic of how UNUSED is defined. (Ola Söder, closes #9734)
diff --git a/src/version.c b/src/version.c index 07e46ae..f7599c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4347, +/**/ 4346, /**/ 4345,