diff src/version.c @ 4470:ab5154170c3d v7.3.983

updated for version 7.3.983 Problem: Uneccessary temp variable. Solution: Remove the variable.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 May 2013 12:43:56 +0200
parents dde1cf311be6
children 94c5441984cc
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    983,
+/**/
     982,
 /**/
     981,