comparison src/version.c @ 14766:7a11facdf74b v8.1.0395

patch 8.1.0395: compiler warning on 64-bit MS-Windows commit https://github.com/vim/vim/commit/6e272acc82af900318017061f923e7f66dc7ee7a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 16 14:51:36 2018 +0200 patch 8.1.0395: compiler warning on 64-bit MS-Windows Problem: 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:00:07 +0200
parents f562b9fbd0d3
children 64a63f48d8cd
comparison
equal deleted inserted replaced
14765:0b9111b6ec9b 14766:7a11facdf74b
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 395,
797 /**/ 799 /**/
798 394, 800 394,
799 /**/ 801 /**/
800 393, 802 393,
801 /**/ 803 /**/