diff src/version.c @ 2658:b93a3fc3897b v7.3.078

updated for version 7.3.078 Problem: Warning for unused variable. Solution: Adjuste #ifdefs.
author Bram Moolenaar <bram@vim.org>
date Wed, 08 Dec 2010 14:23:15 +0100
parents 2a9d26c95a2a
children 4ac0c84d1c50
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 */
 /**/
+    78,
+/**/
     77,
 /**/
     76,