Problem: Dead code in the job support. (Dominique Pellé)
Solution: Define USE_ARGV before checking for it.
}
#endif
+// Unix uses argv[] for the command, other systems use a string.
+#if defined(UNIX)
+# define USE_ARGV
+#endif
+
#if !defined(USE_ARGV) || defined(PROTO)
/*
* Escape one argument for an external command.
char **argv = NULL;
int argc = 0;
int i;
-#if defined(UNIX)
-# define USE_ARGV
-#else
+#ifndef USE_ARGV
garray_T ga;
#endif
jobopt_T opt;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2118,
/**/
2117,
/**/