commit | 35d5af6c0b618aef9ca87b05b2e184934e47d916 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 26 20:44:10 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 26 20:44:10 2019 +0200 |
tree | 13e1e05a10a50c1d95852f2f8846ec613a105252 | |
parent | 51fe3b14f63da2b985bcd7b4c50fbe34ae84ea48 [diff] [blame] |
patch 8.1.1403: cannot build without the timer feature Problem: Cannot build without the timer feature. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index f974b6b..4dbff0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1403, +/**/ 1402, /**/ 1401,