(set_command_state): Declare D.
authorRoland McGrath <roland@redhat.com>
Wed, 7 Sep 1994 00:17:57 +0000 (00:17 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 7 Sep 1994 00:17:57 +0000 (00:17 +0000)
file.c

diff --git a/file.c b/file.c
index be333f4..cfefb6f 100644 (file)
--- a/file.c
+++ b/file.c
@@ -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;