comparison 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
comparison
equal deleted inserted replaced
17949:286cbea6f0cc 17950:bb0e25a8b5d7
179 # include "option.pro" 179 # include "option.pro"
180 # include "popupmnu.pro" 180 # include "popupmnu.pro"
181 # if defined(FEAT_PROFILE) || defined(FEAT_RELTIME) 181 # if defined(FEAT_PROFILE) || defined(FEAT_RELTIME)
182 # include "profiler.pro" 182 # include "profiler.pro"
183 # endif 183 # endif
184 # ifdef FEAT_QUICKFIX 184 # include "quickfix.pro"
185 # include "quickfix.pro"
186 # endif
187 # include "regexp.pro" 185 # include "regexp.pro"
188 # include "scriptfile.pro" 186 # include "scriptfile.pro"
189 # include "screen.pro" 187 # include "screen.pro"
190 # include "session.pro" 188 # include "session.pro"
191 # if defined(FEAT_CRYPT) || defined(FEAT_PERSISTENT_UNDO) 189 # if defined(FEAT_CRYPT) || defined(FEAT_PERSISTENT_UNDO)