comparison src/version.c @ 4720:bd6bef0bd0fb v7.3.1107

updated for version 7.3.1107 Problem: Compiler warnings for unused variables. Solution: Put the variables inside #ifdef.
author Bram Moolenaar <bram@vim.org>
date Mon, 03 Jun 2013 19:41:06 +0200
parents ec72bb4a0fc2
children 3534e9b4fa42
comparison
equal deleted inserted replaced
4719:99b2236c037c 4720:bd6bef0bd0fb
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1107,
731 /**/ 733 /**/
732 1106, 734 1106,
733 /**/ 735 /**/
734 1105, 736 1105,
735 /**/ 737 /**/