On 9/15/19 2:01 PM, Roland Illig wrote:
> internal_warning (_("add_process: process %5ld (%s) in the_pipeline"),
> (long)p->pid, p->command);
>
> What does "the_pipeline" mean?
PROCESS *the_pipeline = (PROCESS *)NULL;
>
> And why is an internal warning translated anyway?
It indicates an anomal
internal_warning (_("add_process: process %5ld (%s) in the_pipeline"),
(long)p->pid, p->command);
What does "the_pipeline" mean?
And why is an internal warning translated anyway? See
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80055 for a discussion with
the GCC project.