]> code.delx.au - gnu-emacs/blobdiff - src/process.h
(get_next_display_element, next_element_from_display_vector):
[gnu-emacs] / src / process.h
index 2f46e74d4d0ec986d65dec95360fd60605a9eb76..6e2641d6b065e033a39d2b87590d09e32b428309 100644 (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.  */
+extern int synch_process_termsig;
+
 /* If synch_process_death is zero,
    this is exit code of synchronous subprocess.  */
 extern int synch_process_retcode;