Mercurial > emacs
changeset 53714:77ad9650fc55
synch_process_termsig new variable.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Mon, 26 Jan 2004 23:39:50 +0000 |
parents | e069e543fd28 |
children | 811d720ddd2b |
files | src/process.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.h Mon Jan 26 23:39:30 2004 +0000 +++ b/src/process.h Mon Jan 26 23:39:50 2004 +0000 @@ -136,6 +136,9 @@ /* 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;