]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly remake.c.~33~
authorRoland McGrath <roland@redhat.com>
Wed, 26 Aug 1992 21:18:03 +0000 (21:18 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 26 Aug 1992 21:18:03 +0000 (21:18 +0000)
remake.c

index 5714c8187bdef365d1cae3f373620a1b39799882..4cb473da3cbdc4790b707da3a7fa567f87c9f1b7 100644 (file)
--- a/remake.c
+++ b/remake.c
@@ -195,7 +195,7 @@ update_file (file, depth)
   for (f = file; f != 0; f = f->prev)
     {
       register struct dep *d;
-      char not_started = f->command_state == cs_not_started;
+      int not_started = f->command_state == cs_not_started;
 
       status |= update_file_1 (f, depth);
       check_renamed (f);