comparison src/version.c @ 7123:077ae8b63e15 v7.4.873

commit https://github.com/vim/vim/commit/b8603882b1679385b287f14c527fa61eee60a9dd Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 17 23:20:42 2015 +0200 patch 7.4.873 Problem: Compiler warning for unused variable. (Tony Mechelynck) Solution: Remove the variable. Also fix int vs long_u mixup.
author Christian Brabandt <cb@256bit.org>
date Thu, 17 Sep 2015 23:30:04 +0200
parents a497a9868255
children 52a7ba315f03
comparison
equal deleted inserted replaced
7122:1f3ee08cb422 7123:077ae8b63e15
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 873,
744 /**/ 746 /**/
745 872, 747 872,
746 /**/ 748 /**/
747 871, 749 871,
748 /**/ 750 /**/