(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 be333f4f4482160da2cf5def954cd589d86034d5..cfefb6fb988a6f4a50ba1c1c3f311bd57632dc28 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;