From: Roland McGrath Date: Sun, 21 Feb 1993 19:28:33 +0000 (+0000) Subject: Formerly main.c.~72~ X-Git-Tag: 3.70.2~370 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed70d6422c315b655d5b87bc65838c71cfee0d87;p=platform%2Fupstream%2Fmake.git Formerly main.c.~72~ --- diff --git a/main.c b/main.c index 8201724..2c3a107 100644 --- a/main.c +++ b/main.c @@ -502,7 +502,8 @@ main (argc, argv, envp) continue; /* Try a variable definition. */ - if (try_variable_definition (other_args->list[i], o_command)) + if (try_variable_definition ((char *) 0, 0, + other_args->list[i], o_command)) { /* It succeeded. The variable is already defined. Backslash-quotify it and append it to CMD_DEFS, then clobber it