summaryrefslogtreecommitdiff
path: root/src/ex_cmds.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-24 00:39:05 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-24 00:39:05 +0200
commitb58fe4588c6bfa173a3c47a66f410c2427bc668e (patch)
tree625871d5675f625847423a6a0ccf468f6471fdbd /src/ex_cmds.c
parentd6f2ee32dcfa18c781ef157918b524318a2215a2 (diff)
downloadvim-git-b58fe4588c6bfa173a3c47a66f410c2427bc668e.tar.gz
patch 7.4.2247v7.4.2247
Problem: Tiny build fails. (Tony Mechelynck) Solution: Remove #ifdef.
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r--src/ex_cmds.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index f8c57343e..9e6a72deb 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)
/*