Patch 8.0.0765
Problem:    Build fails with tiny features.
Solution:   Adjust #ifdef. (John Marriott)
Files:      src/option.c, src/option.h


*** ../vim-8.0.0764/src/option.c        2017-07-23 22:50:47.263173163 +0200
--- src/option.c        2017-07-23 22:52:13.966588849 +0200
***************
*** 57,65 ****
  #define PV_AI         OPT_BUF(BV_AI)
  #define PV_AR         OPT_BOTH(OPT_BUF(BV_AR))
  #define PV_BKC                OPT_BOTH(OPT_BUF(BV_BKC))
  #ifdef FEAT_QUICKFIX
- # define PV_BH                OPT_BUF(BV_BH)
- # define PV_BT                OPT_BUF(BV_BT)
  # define PV_EFM               OPT_BOTH(OPT_BUF(BV_EFM))
  # define PV_GP                OPT_BOTH(OPT_BUF(BV_GP))
  # define PV_MP                OPT_BOTH(OPT_BUF(BV_MP))
--- 57,65 ----
  #define PV_AI         OPT_BUF(BV_AI)
  #define PV_AR         OPT_BOTH(OPT_BUF(BV_AR))
  #define PV_BKC                OPT_BOTH(OPT_BUF(BV_BKC))
+ #define PV_BH         OPT_BUF(BV_BH)
+ #define PV_BT         OPT_BUF(BV_BT)
  #ifdef FEAT_QUICKFIX
  # define PV_EFM               OPT_BOTH(OPT_BUF(BV_EFM))
  # define PV_GP                OPT_BOTH(OPT_BUF(BV_GP))
  # define PV_MP                OPT_BOTH(OPT_BUF(BV_MP))
*** ../vim-8.0.0764/src/option.h        2017-07-15 19:22:33.642179911 +0200
--- src/option.h        2017-07-23 22:55:20.869326573 +0200
***************
*** 988,999 ****
  {
      BV_AI = 0
      , BV_AR
- #ifdef FEAT_QUICKFIX
      , BV_BH
- #endif
      , BV_BKC
- #ifdef FEAT_QUICKFIX
      , BV_BT
      , BV_EFM
      , BV_GP
      , BV_MP
--- 988,997 ----
  {
      BV_AI = 0
      , BV_AR
      , BV_BH
      , BV_BKC
      , BV_BT
+ #ifdef FEAT_QUICKFIX
      , BV_EFM
      , BV_GP
      , BV_MP
*** ../vim-8.0.0764/src/version.c       2017-07-23 22:50:47.263173163 +0200
--- src/version.c       2017-07-23 22:56:26.524882306 +0200
***************
*** 771,772 ****
--- 771,774 ----
  {   /* Add new patch number below this line */
+ /**/
+     765,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
227. You sleep next to your monitor.  Or on top of it.

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui