commit | 30180b8dad5c1478e7920e56a71352cb318fadb0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 04 19:57:56 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 04 19:57:56 2016 +0200 |
tree | 5007fd15a6c71c867c8e5f2c7ccb304c1b78fb36 | |
parent | e0ab94e7123ca7855f45919114d948ef2bc1e8c3 [diff] [blame] |
patch 7.4.2325 Problem: Tiny build fails. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index f5843dd..9577731 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2325, +/**/ 2324, /**/ 2323,