mirror of
https://github.com/mirror/make.git
synced 2025-01-04 01:10:26 +08:00
(set_command_state): Declare D.
This commit is contained in:
parent
0b3317d2e1
commit
ff6efbadf5
2
file.c
2
file.c
@ -392,7 +392,7 @@ set_command_state (file, state)
|
|||||||
struct file *file;
|
struct file *file;
|
||||||
int state;
|
int state;
|
||||||
{
|
{
|
||||||
file->command_state = state;
|
struct dep *d;
|
||||||
|
|
||||||
for (d = file->also_make; d != 0; d = d->next)
|
for (d = file->also_make; d != 0; d = d->next)
|
||||||
d->command_state = state;
|
d->command_state = state;
|
||||||
|
Loading…
Reference in New Issue
Block a user