Patch 8.0.0397 (after 8.0.0392)
Problem:    Cannot build with the viminfo feature but without the eval
            feature.
Solution:   Adjust #ifdef. (John Marriott)
Files:      src/message.c, src/misc2.c


*** ../vim-8.0.0396/src/message.c       2017-03-01 18:30:30.578978886 +0100
--- src/message.c       2017-03-01 20:34:27.574287509 +0100
***************
*** 539,545 ****
      return FALSE;
  }
  
! #ifdef FEAT_EVAL
  static garray_T ignore_error_list = GA_EMPTY;
  
      void
--- 539,545 ----
      return FALSE;
  }
  
! #if defined(FEAT_EVAL) || defined(PROTO)
  static garray_T ignore_error_list = GA_EMPTY;
  
      void
*** ../vim-8.0.0396/src/misc2.c 2017-02-23 17:59:17.148505954 +0100
--- src/misc2.c 2017-03-01 20:34:46.306144896 +0100
***************
*** 2099,2105 ****
      return s;
  }
  
! #if defined(FEAT_VIMINFO) || defined(PROTO)
  /*
   * Make a copy of string "p" and add it to "gap".
   * When out of memory nothing changes.
--- 2099,2105 ----
      return s;
  }
  
! #if defined(FEAT_VIMINFO) || defined(FEAT_EVAL) || defined(PROTO)
  /*
   * Make a copy of string "p" and add it to "gap".
   * When out of memory nothing changes.
*** ../vim-8.0.0396/src/version.c       2017-03-01 20:32:40.143105301 +0100
--- src/version.c       2017-03-01 20:36:18.945439499 +0100
***************
*** 766,767 ****
--- 766,769 ----
  {   /* Add new patch number below this line */
+ /**/
+     397,
  /**/

-- 
Micro$oft: where do you want to go today?
    Linux: where do you want to go tomorrow?
  FreeBSD: are you guys coming, or what?

 /// 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