mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user