comparison src/process.h @ 78501:1677cf1c2509

Replace `iff' in comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:49:21 +0000
parents 922696f363b0
children fc2bcd2a8aad e5a68f18fcb9
comparison
equal deleted inserted replaced
78500:f3583f35fc6a 78501:1677cf1c2509
136 extern Lisp_Object chan_process[]; 136 extern Lisp_Object chan_process[];
137 137
138 /* Alist of elements (NAME . PROCESS). */ 138 /* Alist of elements (NAME . PROCESS). */
139 extern Lisp_Object Vprocess_alist; 139 extern Lisp_Object Vprocess_alist;
140 140
141 /* True iff we are about to fork off a synchronous process or if we 141 /* True if we are about to fork off a synchronous process or if we
142 are waiting for it. */ 142 are waiting for it. */
143 extern int synch_process_alive; 143 extern int synch_process_alive;
144 144
145 /* Communicate exit status of sync process to from sigchld_handler 145 /* Communicate exit status of sync process to from sigchld_handler
146 to Fcall_process. */ 146 to Fcall_process. */