0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 7.4.2247

Problem:    Tiny build fails. (Tony Mechelynck)
Solution:   Remove #ifdef.
This commit is contained in:
Bram Moolenaar
2016-08-24 00:39:05 +02:00
parent d6f2ee32dc
commit b58fe4588c
2 changed files with 2 additions and 2 deletions

View File

@@ -8392,7 +8392,6 @@ ex_drop(exarg_T *eap)
} }
#endif #endif
#if defined(FEAT_QUICKFIX) || defined(FEAT_EVAL) || defined(PROTO)
/* /*
* Skip over the pattern argument of ":vimgrep /pat/[g][j]". * Skip over the pattern argument of ":vimgrep /pat/[g][j]".
* Put the start of the pattern in "*s", unless "s" is NULL. * 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; return p;
} }
#endif
#if defined(FEAT_EVAL) || defined(PROTO) #if defined(FEAT_EVAL) || defined(PROTO)
/* /*

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2247,
/**/ /**/
2246, 2246,
/**/ /**/