summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-08-26 21:18:03 +0000
committerRoland McGrath <roland@redhat.com>1992-08-26 21:18:03 +0000
commit37bfd879df7190c053f330ed1e7cd77f17e0d1e1 (patch)
tree3abb7742961cd86a5582476316021a3ca2bf688f /remake.c
parent4d345bdee3bada1550ab8ddc655eccc91b044592 (diff)
downloadgunmake-37bfd879df7190c053f330ed1e7cd77f17e0d1e1.tar.gz
Formerly remake.c.~33~
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remake.c b/remake.c
index 5714c81..4cb473d 100644
--- 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);