diff src/version.c @ 3336:afbf45d85496 v7.3.435

updated for version 7.3.435 Problem: Compiler warning for unused variable. Solution: Move the variable inside #ifdef.
author Bram Moolenaar <bram@vim.org>
date Sat, 11 Feb 2012 20:40:55 +0100
parents 636c2b1cdc8b
children 2a6eb75275d9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    435,
+/**/
     434,
 /**/
     433,