diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2004-01-27 09:40:23 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2004-01-27 09:40:23 +0000 |
commit | eb37b8fd092e4607705f11ee2f9abd9491ecac5a (patch) | |
tree | 397a45c9f9ff14bfbcb873a74b97d08186f5487b /src/process.h | |
parent | e91408d7ec84f7cdb53c204f1deac3f50d142f32 (diff) | |
download | emacs-eb37b8fd092e4607705f11ee2f9abd9491ecac5a.tar.gz emacs-eb37b8fd092e4607705f11ee2f9abd9491ecac5a.tar.bz2 emacs-eb37b8fd092e4607705f11ee2f9abd9491ecac5a.zip |
* process.h: Add extern to synch_process_termsig.
Diffstat (limited to 'src/process.h')
-rw-r--r-- | src/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.h b/src/process.h index 74cb218a2d8..6e2641d6b06 100644 --- a/src/process.h +++ b/src/process.h @@ -137,7 +137,7 @@ extern int synch_process_alive; extern char *synch_process_death; /* Nonzero => this is the signal number that terminated the subprocess. */ -int synch_process_termsig; +extern int synch_process_termsig; /* If synch_process_death is zero, this is exit code of synchronous subprocess. */ |