Mercurial > vim
diff src/proto.h @ 17950:bb0e25a8b5d7 v8.1.1971
patch 8.1.1971: manually enabling features causes build errors
Commit: https://github.com/vim/vim/commit/d570ab95d9ab0616f7d7cff59302617e612eae41
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Sep 3 23:20:05 2019 +0200
patch 8.1.1971: manually enabling features causes build errors
Problem: Manually enabling features causes build errors. (John Marriott)
Solution: Adjust #ifdefs.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 03 Sep 2019 23:30:04 +0200 |
parents | d50a5faa75bd |
children | 46f95606b9ec |
line wrap: on
line diff
--- a/src/proto.h +++ b/src/proto.h @@ -181,9 +181,7 @@ void qsort(void *base, size_t elm_count, # if defined(FEAT_PROFILE) || defined(FEAT_RELTIME) # include "profiler.pro" # endif -# ifdef FEAT_QUICKFIX -# include "quickfix.pro" -# endif +# include "quickfix.pro" # include "regexp.pro" # include "scriptfile.pro" # include "screen.pro"