summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-02-21 19:28:33 +0000
committerRoland McGrath <roland@redhat.com>1993-02-21 19:28:33 +0000
commited70d6422c315b655d5b87bc65838c71cfee0d87 (patch)
tree3ad59afd8334be735cb3308b4f5b2bac58ece186 /main.c
parent17bc902648fb3e8217e649201165f810304ba093 (diff)
downloadgunmake-ed70d6422c315b655d5b87bc65838c71cfee0d87.tar.gz
Formerly main.c.~72~
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
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