patch 7.4.2247
Problem:    Tiny build fails. (Tony Mechelynck)
Solution:   Remove #ifdef.
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index f8c5734..9e6a72d 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -8392,7 +8392,6 @@
 }
 #endif
 
-#if defined(FEAT_QUICKFIX) || defined(FEAT_EVAL) || defined(PROTO)
 /*
  * Skip over the pattern argument of ":vimgrep /pat/[g][j]".
  * Put the start of the pattern in "*s", unless "s" is NULL.
@@ -8444,7 +8443,6 @@
     }
     return p;
 }
-#endif
 
 #if defined(FEAT_EVAL) || defined(PROTO)
 /*
diff --git a/src/version.c b/src/version.c
index 8186fd6..0a96e68 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2247,
+/**/
     2246,
 /**/
     2245,