aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2010-07-11 20:19:16 +0200
committerAndreas Schwab2010-07-11 20:19:16 +0200
commitae96d47a63b32aa752bc65ce08f8b7b7254db3e6 (patch)
tree0d2b9700b79a6814326d120a7f728cd6399aedec /src
parent635c0aa1a5ef0972b0175e57f985128bd2d9b302 (diff)
downloademacs-ae96d47a63b32aa752bc65ce08f8b7b7254db3e6.tar.gz
emacs-ae96d47a63b32aa752bc65ce08f8b7b7254db3e6.zip
* process.c: Remove obsolete comment.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/process.c9
2 files changed, 4 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4b3726147cb..48ba055280c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2
3 * process.c: Remove obsolete comment.
4
12010-07-11 Chong Yidong <cyd@stupidchicken.com> 52010-07-11 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091). 7 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
diff --git a/src/process.c b/src/process.c
index f4cebbf777a..ed31657b01c 100644
--- a/src/process.c
+++ b/src/process.c
@@ -21,15 +21,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
21 21
22#include <config.h> 22#include <config.h>
23#include <signal.h> 23#include <signal.h>
24
25/* This file is split into two parts by the following preprocessor
26 conditional. The 'then' clause contains all of the support for
27 asynchronous subprocesses. The 'else' clause contains stub
28 versions of some of the asynchronous subprocess routines that are
29 often called elsewhere in Emacs, so we don't have to #ifdef the
30 sections that call them. */
31
32
33#include <stdio.h> 24#include <stdio.h>
34#include <errno.h> 25#include <errno.h>
35#include <setjmp.h> 26#include <setjmp.h>