diff options
author | Roland McGrath <roland@redhat.com> | 1992-08-26 21:18:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-08-26 21:18:03 +0000 |
commit | 37bfd879df7190c053f330ed1e7cd77f17e0d1e1 (patch) | |
tree | 3abb7742961cd86a5582476316021a3ca2bf688f | |
parent | 4d345bdee3bada1550ab8ddc655eccc91b044592 (diff) | |
download | gunmake-37bfd879df7190c053f330ed1e7cd77f17e0d1e1.tar.gz |
Formerly remake.c.~33~
-rw-r--r-- | remake.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |