commit | b8fb5bb68d45f3e52bb9ea201dc9e7dc6b6d2c6d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 18 13:56:38 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 18 13:56:38 2022 +0000 |
tree | 591192e20ba2e40b05f1243653312a6e993e3761 | |
parent | 97b231541d4e82fbc85e51121448d95bd43c50ad [diff] [blame] |
patch 8.2.4415: function argument name conflicts with C++ keyword Problem: Function argument name conflicts with C++ keyword. Solution: Rename the argument.
diff --git a/src/version.c b/src/version.c index 5039e9e..f313448 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4415, +/**/ 4414, /**/ 4413,