Formerly job.c.~99~
authorRoland McGrath <roland@redhat.com>
Thu, 8 Apr 1993 22:08:11 +0000 (22:08 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 8 Apr 1993 22:08:11 +0000 (22:08 +0000)
job.c

diff --git a/job.c b/job.c
index d81065c..51d24b5 100644 (file)
--- 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);