commit | ff0e57fe77b1a87a034191c629730b081f6fb7ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 23:02:38 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 23:02:38 2021 +0100 |
tree | 437862202d4a29b929feed8ff7fa2d56e58f7690 | |
parent | e0e3917554327f2524066f89fbbef9c83c1535da [diff] [blame] |
patch 8.2.2410: build failure without the +profiling feature Problem: Build failure without the +profiling feature. Solution: Add dummy argument to macro.
diff --git a/src/version.c b/src/version.c index 279c49d..7a25bc0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2410, +/**/ 2409, /**/ 2408,