From 37bfd879df7190c053f330ed1e7cd77f17e0d1e1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 26 Aug 1992 21:18:03 +0000 Subject: Formerly remake.c.~33~ --- remake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3