* process.h: Add extern to synch_process_termsig.

This commit is contained in:
Jan Djärv 2004-01-27 09:40:23 +00:00
parent e91408d7ec
commit eb37b8fd09
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-01-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* process.h: Add extern to synch_process_termsig.
2004-01-27 Steven Tamm <steventamm@mac.com>
* macterm.c (make_mac_frame, make_mac_terminal_frame): Move

View file

@ -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. */