comparison src/version.c @ 14768:64a63f48d8cd v8.1.0396

patch 8.1.0396: another compiler warning on 64-bit MS-Windows commit https://github.com/vim/vim/commit/42c63356d774bbfe91712197e8969f60de828a32 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 16 15:14:18 2018 +0200 patch 8.1.0396: another compiler warning on 64-bit MS-Windows Problem: Another compiler warning on 64-bit MS-Windows. Solution: Add type cast. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Sun, 16 Sep 2018 15:15:05 +0200
parents 7a11facdf74b
children 27055ad9276b
comparison
equal deleted inserted replaced
14767:dcffa2b56a0a 14768:64a63f48d8cd
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 396,
797 /**/ 799 /**/
798 395, 800 395,
799 /**/ 801 /**/
800 394, 802 394,
801 /**/ 803 /**/