mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -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
|
#endif
|
||||||
|
|
||||||
#ifndef NO_VIM_MAIN
|
#if !defined(NO_VIM_MAIN) && defined(FEAT_EVAL)
|
||||||
static void
|
static void
|
||||||
set_progpath(char_u *argv0)
|
set_progpath(char_u *argv0)
|
||||||
{
|
{
|
||||||
|
@@ -764,6 +764,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
409,
|
||||||
/**/
|
/**/
|
||||||
408,
|
408,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user