aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
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/process.c
parent635c0aa1a5ef0972b0175e57f985128bd2d9b302 (diff)
downloademacs-ae96d47a63b32aa752bc65ce08f8b7b7254db3e6.tar.gz
emacs-ae96d47a63b32aa752bc65ce08f8b7b7254db3e6.zip
* process.c: Remove obsolete comment.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c9
1 files changed, 0 insertions, 9 deletions
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>