bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

itrace() in jobs.c set_maxchild() w/o -DDEBUG


From: Grisha Levit
Subject: itrace() in jobs.c set_maxchild() w/o -DDEBUG
Date: Thu, 02 Jun 2016 15:23:03 -0000
User-agent: G2/1.0

diff --git a/jobs.c b/jobs.c
index b6c2506..c612b3a 100644
--- a/jobs.c
+++ b/jobs.c
@@ -4678,9 +4678,9 @@ set_maxchild (nchild)
      int nchild;
 {
   static int lmaxchild = -1;
-
+#ifdef DEBUG
 itrace("set_maxchild (%d)", nchild);
-
+#endif
   if (lmaxchild < 0)
     lmaxchild = getmaxchild ();
   if (lmaxchild < 0)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]