(set_command_state): Declare D.

This commit is contained in:
Roland McGrath 1994-09-07 00:17:57 +00:00
parent 0b3317d2e1
commit ff6efbadf5

2
file.c
View File

@ -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;