diff src/version.c @ 5840:af1bb39774f4 v7.4.263

updated for version 7.4.263 Problem: GCC 4.8 compiler warning for hiding a declaration (Francois Gannaz) Solution: Remove the second declaration.
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Apr 2014 19:44:30 +0200
parents 0ea551fa607d
children 00acac0af680
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    263,
+/**/
     262,
 /**/
     261,