comparison src/version.c @ 6561:52b89a52ffd4 v7.4.607

updated for version 7.4.607 Problem: Compiler warnings for unused variables. Solution: Move them inside #ifdef. (Kazunobu Kuriyama)
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 21:39:05 +0100
parents 22f164bd7e8e
children 6b86d256fd33
comparison
equal deleted inserted replaced
6560:1c3edaa53f13 6561:52b89a52ffd4
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 607,
744 /**/ 746 /**/
745 606, 747 606,
746 /**/ 748 /**/
747 605, 749 605,
748 /**/ 750 /**/