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:
@@ -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)
|
||||
{
|
||||
|
@@ -764,6 +764,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
409,
|
||||
/**/
|
||||
408,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user