Problem: Building unit tests fails.
Solution: Move params outside of #ifdef.
};
#ifndef PROTO /* don't want a prototype for main() */
+
+/* Various parameters passed between main() and other functions. */
+static mparm_T params;
+
#ifndef NO_VIM_MAIN /* skip this for unittests */
static char_u *start_dir = NULL; /* current working dir on startup */
static int has_dash_c_arg = FALSE;
-/* Various parameters passed between main() and other functions. */
-static mparm_T params;
-
int
# ifdef VIMDLL
_export
int
main(int argc, char **argv)
{
- mparm_T params;
-
vim_memset(¶ms, 0, sizeof(params));
params.argc = argc;
params.argv = argv;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 540,
/**/
539,
/**/