diff --git a/src/main.c b/src/main.c index 1da2b84c5b..2575e8237d 100644 --- a/src/main.c +++ b/src/main.c @@ -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) { diff --git a/src/version.c b/src/version.c index 9b350e7243..59ad156c3d 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 409, /**/ 408, /**/