comparison src/option.c @ 11766:6315c631dcb7 v8.0.0765

patch 8.0.0765: build fails with tiny features commit https://github.com/vim/vim/commit/81bdd6a02575b024db3dd5d91ec4ac4dfd41aa7a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 23 22:57:00 2017 +0200 patch 8.0.0765: build fails with tiny features Problem: Build fails with tiny features. Solution: Adjust #ifdef. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Sun, 23 Jul 2017 23:00:05 +0200
parents b82dad3fa176
children 8f671deb97b3
comparison
equal deleted inserted replaced
11765:1e525271a83e 11766:6315c631dcb7
55 * The BV_ values are defined in option.h. 55 * The BV_ values are defined in option.h.
56 */ 56 */
57 #define PV_AI OPT_BUF(BV_AI) 57 #define PV_AI OPT_BUF(BV_AI)
58 #define PV_AR OPT_BOTH(OPT_BUF(BV_AR)) 58 #define PV_AR OPT_BOTH(OPT_BUF(BV_AR))
59 #define PV_BKC OPT_BOTH(OPT_BUF(BV_BKC)) 59 #define PV_BKC OPT_BOTH(OPT_BUF(BV_BKC))
60 #define PV_BH OPT_BUF(BV_BH)
61 #define PV_BT OPT_BUF(BV_BT)
60 #ifdef FEAT_QUICKFIX 62 #ifdef FEAT_QUICKFIX
61 # define PV_BH OPT_BUF(BV_BH)
62 # define PV_BT OPT_BUF(BV_BT)
63 # define PV_EFM OPT_BOTH(OPT_BUF(BV_EFM)) 63 # define PV_EFM OPT_BOTH(OPT_BUF(BV_EFM))
64 # define PV_GP OPT_BOTH(OPT_BUF(BV_GP)) 64 # define PV_GP OPT_BOTH(OPT_BUF(BV_GP))
65 # define PV_MP OPT_BOTH(OPT_BUF(BV_MP)) 65 # define PV_MP OPT_BOTH(OPT_BUF(BV_MP))
66 #endif 66 #endif
67 #define PV_BIN OPT_BUF(BV_BIN) 67 #define PV_BIN OPT_BUF(BV_BIN)