commit | 37ebd42f16734838ab68be91da291c4ec8610f47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 18 23:27:50 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 18 23:27:50 2020 +0200 |
tree | bc0b37320613e632d24bdc0ddce0a86a6e38b6fc | |
parent | 88d68de95da70d0f89a5246f58355d72e9c17db4 [diff] [blame] |
patch 8.2.0796: MS-Windows: compiler can't handle C99 construct in libvterm Problem: MS-Windows: compiler can't handle C99 construct in libvterm. Solution: Change to C90 construct.
diff --git a/src/version.c b/src/version.c index 3598f47..fc9a1a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 796, +/**/ 795, /**/ 794,