commit | 813196784ad2a3a8cd65be5e975769d9768a728e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 25 11:47:39 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 25 11:47:39 2020 +0100 |
tree | bd3ee6d67c9cc4b0a3def2af4197853055012c9f | |
parent | a09bee322e605c8a076fa23c3d3259495a1129d2 [diff] [blame] |
patch 8.2.2042: build failure with +profile but without +reltime Problem: Build failure with +profile but without +reltime. Solution: Adjust #ifdef. (Christian Brabandt, closes #7361)
diff --git a/src/version.c b/src/version.c index ab2300b..fcd7243 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2042, +/**/ 2041, /**/ 2040,