bug-bash
[Top][All Lists]
Advanced

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

Re: [PATCH] add definition for count_all_jobs() in parse.y if --disable-


From: Chet Ramey
Subject: Re: [PATCH] add definition for count_all_jobs() in parse.y if --disable-job-control
Date: Mon, 27 Mar 2023 09:02:40 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

On 3/26/23 8:52 PM, Emanuele Torre wrote:
---
  parse.y | 1 +
  1 file changed, 1 insertion(+)

diff --git a/parse.y b/parse.y
index 639912b6..65c1d88a 100644
--- a/parse.y
+++ b/parse.y
@@ -73,6 +73,7 @@
  #  include "jobs.h"
  #else
  extern int cleanup_dead_jobs (void);
+extern int count_all_jobs (void);
  #endif /* JOB_CONTROL */
#if defined (ALIAS)

Thanks for the report.

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/




reply via email to

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