Mercurial > emacs
changeset 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 | cec2ae2e376a |
children | 7074747f9a8c |
files | src/process.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.h Wed Jan 31 21:01:16 1996 +0000 +++ b/src/process.h Wed Jan 31 22:36:08 1996 +0000 @@ -90,8 +90,6 @@ /* Communicate exit status of sync process to from sigchld_handler to Fcall_process. */ -extern int synch_process_retcode; -extern char *synch_process_death; /* Nonzero => this is a string explaining death of synchronous subprocess. */ extern char *synch_process_death;