comparison src/version.c @ 13630:fd3389d64825 v8.0.1687

patch 8.0.1687: 64 bit compiler warnings commit https://github.com/vim/vim/commit/d6b4f2dd760b425c63c359b9ff299f73448f8854 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 10 18:26:27 2018 +0200 patch 8.0.1687: 64 bit compiler warnings Problem: 64 bit compiler warnings. Solution: change type, add type cast. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Apr 2018 18:30:07 +0200
parents b59806681b98
children cec5137d5332
comparison
equal deleted inserted replaced
13629:21036fdd939d 13630:fd3389d64825
760 NULL 760 NULL
761 }; 761 };
762 762
763 static int included_patches[] = 763 static int included_patches[] =
764 { /* Add new patch number below this line */ 764 { /* Add new patch number below this line */
765 /**/
766 1687,
765 /**/ 767 /**/
766 1686, 768 1686,
767 /**/ 769 /**/
768 1685, 770 1685,
769 /**/ 771 /**/