emacs-devel
[Top][All Lists]
Advanced

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

Re: bootstrapping fails


From: Eli Zaretskii
Subject: Re: bootstrapping fails
Date: Fri, 20 Aug 2004 17:49:57 +0300

> Date: Thu, 19 Aug 2004 10:30:09 -0500 (CDT)
> From: Luc Teirlinck <address@hidden>
> 
> What is weird is that wait_reading_process_input ia apparently defined
> _twice_ in process.c, once on line 4015, once on line 6879.

That's normal: the first definition is for the version that supports
async subprocesses, the second one for the one that does not
(currently, only the MS-DOS build uses the second definition).

You will see that there's a line saying

   #else /* not subprocesses */

somewhere near line 6832 in process.c.




reply via email to

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