diff options
author | Paul Smith <psmith@gnu.org> | 1999-08-23 22:15:17 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-08-23 22:15:17 +0000 |
commit | 5dc4b92b606351290d979371da4a500ce8f6a57e (patch) | |
tree | b8d06830fdf21258b23c4759a4ae0ca53b1f5bea /job.h | |
parent | b3fa4b3c7e77cb4a1767b16b1cfbef2ab19a78cf (diff) | |
download | gunmake-5dc4b92b606351290d979371da4a500ce8f6a57e.tar.gz |
* Fix jobserver algorithm again.
* A couple of nits.
* Fix considered pruning for double-colon rules.
Diffstat (limited to 'job.h')
-rw-r--r-- | job.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -46,7 +46,6 @@ struct child unsigned int good_stdin:1; /* Nonzero if this child has a good stdin. */ unsigned int deleted:1; /* Nonzero if targets have been deleted. */ - char job_token; /* The token read from the job pipe. */ }; extern struct child *children; |