commit | f002a41d127d49cfe5a59819d1498bc0ff8b594a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 13:34:18 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 13:34:18 2021 +0100 |
tree | 6d5d7fe7c9ad051329ad561567d54f046d5c96e3 | |
parent | b204990346ca857802b174afe8a7fbb05e4f318e [diff] [blame] |
patch 8.2.2401: build fails without +profiling feature Problem: Build fails without +profiling feature. Solution: Add #ifdefs.
diff --git a/src/version.c b/src/version.c index 41858ba..8786933 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2401, +/**/ 2400, /**/ 2399,