0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.0.0409: set_progpath is defined but not always used

Problem:    set_progpath is defined but not always used
Solution:   Adjust #ifdef.
This commit is contained in:
Bram Moolenaar
2017-03-04 19:11:12 +01:00
parent eadbc2b461
commit 595297d6d5
2 changed files with 3 additions and 1 deletions

View File

@@ -3528,7 +3528,7 @@ time_msg(
#endif
#ifndef NO_VIM_MAIN
#if !defined(NO_VIM_MAIN) && defined(FEAT_EVAL)
static void
set_progpath(char_u *argv0)
{

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
409,
/**/
408,
/**/