comparison src/version.c @ 7547:567e027a3ea1 v7.4.1074

commit https://github.com/vim/vim/commit/5fa4d448fb717874b6619bcda62e42190702997c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 13:25:55 2016 +0100 patch 7.4.1074 Problem: Warning from VX2015 compiler. Solution: Add a type cast. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 13:30:05 +0100
parents 4c922651fd78
children b80fb2cfd62b
comparison
equal deleted inserted replaced
7546:deff32fcc77a 7547:567e027a3ea1
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 1074,
744 /**/ 746 /**/
745 1073, 747 1073,
746 /**/ 748 /**/
747 1072, 749 1072,
748 /**/ 750 /**/