diff options
author | Roland McGrath <roland@redhat.com> | 1994-09-07 00:17:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-09-07 00:17:57 +0000 |
commit | ff6efbadf596f933870f05ec2c29e321191841cd (patch) | |
tree | 841b2505a7dbf7ddb78724a02c4cc0f2e3788433 | |
parent | 0b3317d2e1b1b2edd139a8e9f00831728d29bbca (diff) | |
download | gunmake-ff6efbadf596f933870f05ec2c29e321191841cd.tar.gz |
(set_command_state): Declare D.
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -392,7 +392,7 @@ set_command_state (file, state) struct file *file; int state; { - file->command_state = state; + struct dep *d; for (d = file->also_make; d != 0; d = d->next) d->command_state = state; |