comparison src/process.h @ 14451:fc22eb3a4146

(synch_process_death, synch_process_retcode): Delete extra declaration.
author Karl Heuer <kwzh@gnu.org>
date Wed, 31 Jan 1996 22:36:08 +0000
parents ee40177f6c68
children ad4cd2505623
comparison
equal deleted inserted replaced
14450:cec2ae2e376a 14451:fc22eb3a4146
88 are waiting for it. */ 88 are waiting for it. */
89 extern int synch_process_alive; 89 extern int synch_process_alive;
90 90
91 /* Communicate exit status of sync process to from sigchld_handler 91 /* Communicate exit status of sync process to from sigchld_handler
92 to Fcall_process. */ 92 to Fcall_process. */
93 extern int synch_process_retcode;
94 extern char *synch_process_death;
95 93
96 /* Nonzero => this is a string explaining death of synchronous subprocess. */ 94 /* Nonzero => this is a string explaining death of synchronous subprocess. */
97 extern char *synch_process_death; 95 extern char *synch_process_death;
98 96
99 /* If synch_process_death is zero, 97 /* If synch_process_death is zero,