comparison src/version.c @ 8206:78f2e8c07973 v7.4.1396

commit https://github.com/vim/vim/commit/1daae446e58fd90f98c51ff3af8f54bfa5197751 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 22 23:25:25 2016 +0100 patch 7.4.1396 Problem: Compiler warnings for conversions. Solution: Add type cast.
author Christian Brabandt <cb@256bit.org>
date Mon, 22 Feb 2016 23:30:07 +0100
parents 08d251a1c178
children c11aaa31a0ed
comparison
equal deleted inserted replaced
8205:22d94e059fc7 8206:78f2e8c07973
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1396,
751 /**/ 753 /**/
752 1395, 754 1395,
753 /**/ 755 /**/
754 1394, 756 1394,
755 /**/ 757 /**/