diff src/version.c @ 5985:8ae50e3ef8bf v7.4.333

updated for version 7.4.333 Problem: Compiler warning for unused function. Solution: Put the function inside the #ifdef.
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Jun 2014 23:18:01 +0200
parents 8fed02d53b45
children 03d260a8ea0c
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 */
 /**/
+    333,
+/**/
     332,
 /**/
     331,