From: Roland McGrath Date: Wed, 26 Aug 1992 21:18:03 +0000 (+0000) Subject: Formerly remake.c.~33~ X-Git-Tag: 3.70.2~615 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37bfd879df7190c053f330ed1e7cd77f17e0d1e1;p=thirdparty%2Fmake.git Formerly remake.c.~33~ --- diff --git a/remake.c b/remake.c index 5714c818..4cb473da 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);