X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fprocess.h;h=bb4f682733fec744800dc23a2771e42b48f4cbfe;hp=8e230cf76868b1bd7a81f2b8b51a1fbfeb9d99a7;hb=2fd9701a4f902054649dde9143a3f77809afee8f;hpb=efab7bccd7d7da13ff3979d2890a417a048ec960 diff --git a/src/process.h b/src/process.h index 8e230cf..bb4f682 100644 --- a/src/process.h +++ b/src/process.h @@ -37,7 +37,8 @@ void wait_without_blocking (void); #else /* not NO_SUBPROCESSES */ -/* Only process.c needs to know about the guts of this */ +/* struct Lisp_Process is defined in procimpl.h; only process-*.c need + to know about the guts of it. */ DECLARE_LRECORD (process, Lisp_Process); #define XPROCESS(x) XRECORD (x, process, Lisp_Process)