comparison src/version.c @ 5661:df3b0b70d8c1 v7.4.177

updated for version 7.4.177 Problem: Compiler warning for unused variable. (Tony Mechelynck) Solution: Add #ifdef.
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Feb 2014 18:58:09 +0100
parents ae228baaec2c
children 647e6bb15aa3
comparison
equal deleted inserted replaced
5660:45f106e69464 5661:df3b0b70d8c1
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 177,
741 /**/ 743 /**/
742 176, 744 176,
743 /**/ 745 /**/
744 175, 746 175,
745 /**/ 747 /**/