comparison src/version.c @ 20484:538278607c84 v8.2.0796

patch 8.2.0796: MS-Windows: compiler can't handle C99 construct in libvterm Commit: https://github.com/vim/vim/commit/37ebd42f16734838ab68be91da291c4ec8610f47 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 18 23:27:50 2020 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 May 2020 23:30:03 +0200
parents dc88c690f19b
children 8ddcdb0d1074
comparison
equal deleted inserted replaced
20483:2949e5d9481f 20484:538278607c84
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 796,
749 /**/ 751 /**/
750 795, 752 795,
751 /**/ 753 /**/
752 794, 754 794,
753 /**/ 755 /**/