diff options
| author | Karl Heuer | 1996-01-31 22:36:08 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-31 22:36:08 +0000 |
| commit | 4b3d19094a079d42cd97982010a694bb1fae1def (patch) | |
| tree | 52721365662910e1626554a6092a3b82fca94a58 /src | |
| parent | 8ef5fadca64211f63d6290bf6c4495c78b7295cb (diff) | |
| download | emacs-4b3d19094a079d42cd97982010a694bb1fae1def.tar.gz emacs-4b3d19094a079d42cd97982010a694bb1fae1def.zip | |
(synch_process_death, synch_process_retcode): Delete extra declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process.h b/src/process.h index f6aa17526f2..197dda1cd3a 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -90,8 +90,6 @@ 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; |