summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-04-08 22:08:11 +0000
committerRoland McGrath <roland@redhat.com>1993-04-08 22:08:11 +0000
commit2ed0333f3c752d81f10c76560750a01e90bfebcd (patch)
tree9ddb18a0ba7aef8c746c56b536b48c9413ec0f8c /job.c
parent791928d60b504e6ec7c543ba0f27bd5f730444df (diff)
downloadgunmake-2ed0333f3c752d81f10c76560750a01e90bfebcd.tar.gz
Formerly job.c.~99~
Diffstat (limited to 'job.c')
-rw-r--r--job.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/job.c b/job.c
index d81065c..51d24b5 100644
--- a/job.c
+++ b/job.c
@@ -887,13 +887,13 @@ load_too_high ()
void
start_waiting_jobs ()
{
+ struct child *job;
+
if (waiting_jobs == 0)
return;
do
{
- struct child *job;
-
/* Check for recently deceased descendants. */
reap_children (0, 0);