+2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
+
+ * process.c: Remove obsolete comment.
+
2010-07-11 Chong Yidong <cyd@stupidchicken.com>
* xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
#include <config.h>
#include <signal.h>
-
-/* This file is split into two parts by the following preprocessor
- conditional. The 'then' clause contains all of the support for
- asynchronous subprocesses. The 'else' clause contains stub
- versions of some of the asynchronous subprocess routines that are
- often called elsewhere in Emacs, so we don't have to #ifdef the
- sections that call them. */
-
-\f
#include <stdio.h>
#include <errno.h>
#include <setjmp.h>