1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

synch_process_termsig new variable.

This commit is contained in:
Jan Djärv 2004-01-26 23:39:50 +00:00
parent c22aeff8e8
commit b0c681e2ef

View file

@ -136,6 +136,9 @@ extern int synch_process_alive;
/* Nonzero => this is a string explaining death of synchronous subprocess. */
extern char *synch_process_death;
/* Nonzero => this is the signal number that terminated the subprocess. */
int synch_process_termsig;
/* If synch_process_death is zero,
this is exit code of synchronous subprocess. */
extern int synch_process_retcode;