Patch 8.0.0409
Problem: set_progpath is defined but not always used
Solution: Adjust #ifdef.
Files: src/main.c
*** ../vim-8.0.0408/src/main.c 2017-03-04 14:37:14.649120059 +0100
--- src/main.c 2017-03-04 18:55:56.037675946 +0100
***************
*** 3528,3534 ****
#endif
! #ifndef NO_VIM_MAIN
static void
set_progpath(char_u *argv0)
{
--- 3528,3534 ----
#endif
! #if !defined(NO_VIM_MAIN) && defined(FEAT_EVAL)
static void
set_progpath(char_u *argv0)
{
*** ../vim-8.0.0408/src/version.c 2017-03-04 18:42:35.719691735 +0100
--- src/version.c 2017-03-04 18:56:37.021367469 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 409,
/**/
--
hundred-and-one symptoms of being an internet addict:
47. You are so familiar with the WWW that you find the search engines useless.
/// 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.