commit | 2196bce56fcd56b0eaece50c079bac99f5bc31af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 20:01:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 20:01:11 2020 +0200 |
tree | 76692bdf6fb014750bd8651aaaca356e0d38ab1f | |
parent | a80faa8930ed5a554beeb2727762538873135e83 [diff] [blame] |
patch 8.2.0560: compiler warning in tiny build Problem: Compiler warning in tiny build. Solution: Move declaration inside #ifdef. (Dominique Pelle, closes #5915)
diff --git a/src/version.c b/src/version.c index f9d8a5a..3ef50fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 560, +/**/ 559, /**/ 558,