commit | 904e48a22be7e227a73c70e520cf9d8bc50fc1b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 19 10:33:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 19 10:33:02 2020 +0200 |
tree | d157f9b2b257e7b8000418eebcd87b5390da8725 | |
parent | 37ebd42f16734838ab68be91da291c4ec8610f47 [diff] [blame] |
patch 8.2.0797: MS-Windows: compiler still can't handle C99 construct Problem: MS-Windows: compiler still can't handle C99 construct. Solution: Change to C90 construct. (Dominique Pelle, closes #6106)
diff --git a/src/version.c b/src/version.c index fc9a1a0..9c1f6f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 797, +/**/ 796, /**/ 795,