comparison src/version.c @ 15236:9e6d1e80ca2b v8.1.0628

patch 8.1.0628: Compiler warning on MS-Windows. commit https://github.com/vim/vim/commit/80dae04d690d9aba26d443d4a19f3bd45ed0990b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 23 13:36:40 2018 +0100 patch 8.1.0628: Compiler warning on MS-Windows. Problem: Compiler warning on MS-Windows. Solution: Add type cast. (Mike Williams)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Dec 2018 13:45:07 +0100
parents ee63f4fe3d45
children db5d2429bda3
comparison
equal deleted inserted replaced
15235:d7614198c4b7 15236:9e6d1e80ca2b
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 628,
802 /**/ 804 /**/
803 627, 805 627,
804 /**/ 806 /**/
805 626, 807 626,
806 /**/ 808 /**/