From b58fe4588c6bfa173a3c47a66f410c2427bc668e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 24 Aug 2016 00:39:05 +0200 Subject: patch 7.4.2247 Problem: Tiny build fails. (Tony Mechelynck) Solution: Remove #ifdef. --- src/ex_cmds.c | 2 -- src/version.c | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ex_cmds.c b/src/ex_cmds.c index f8c57343e5..9e6a72debe 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -8392,7 +8392,6 @@ ex_drop(exarg_T *eap) } #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 @@ skip_vimgrep_pat(char_u *p, char_u **s, int *flags) } return p; } -#endif #if defined(FEAT_EVAL) || defined(PROTO) /* diff --git a/src/version.c b/src/version.c index 8186fd6066..0a96e68d5b 100644 --- a/src/version.c +++ b/src/version.c @@ -763,6 +763,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2247, /**/ 2246, /**/ -- cgit v1.2.3