comparison src/version.c @ 8552:96968d6bba3e v7.4.1566

commit https://github.com/vim/vim/commit/4f118be2bb987cdf313da879d2a93ae125e99202 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 15 13:09:53 2016 +0100 patch 7.4.1566 Problem: Compiler warning for shadowed variable. (Kazunobu Kuriyama) Solution: Remove the inner one.
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Mar 2016 13:15:05 +0100
parents 56d0eb96c25a
children 7d3548ae729d
comparison
equal deleted inserted replaced
8551:6b0cf930fc96 8552:96968d6bba3e
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1566,
746 /**/ 748 /**/
747 1565, 749 1565,
748 /**/ 750 /**/
749 1564, 751 1564,
750 /**/ 752 /**/