aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2004-01-27 09:40:23 +0000
committerJan Djärv2004-01-27 09:40:23 +0000
commiteb37b8fd092e4607705f11ee2f9abd9491ecac5a (patch)
tree397a45c9f9ff14bfbcb873a74b97d08186f5487b
parente91408d7ec84f7cdb53c204f1deac3f50d142f32 (diff)
downloademacs-eb37b8fd092e4607705f11ee2f9abd9491ecac5a.tar.gz
emacs-eb37b8fd092e4607705f11ee2f9abd9491ecac5a.zip
* process.h: Add extern to synch_process_termsig.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/process.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6845cc8d1df..4592da888a7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-01-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * process.h: Add extern to synch_process_termsig.
4
12004-01-27 Steven Tamm <steventamm@mac.com> 52004-01-27 Steven Tamm <steventamm@mac.com>
2 6
3 * macterm.c (make_mac_frame, make_mac_terminal_frame): Move 7 * macterm.c (make_mac_frame, make_mac_terminal_frame): Move
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;
137extern char *synch_process_death; 137extern char *synch_process_death;
138 138
139/* Nonzero => this is the signal number that terminated the subprocess. */ 139/* Nonzero => this is the signal number that terminated the subprocess. */
140int synch_process_termsig; 140extern int synch_process_termsig;
141 141
142/* If synch_process_death is zero, 142/* If synch_process_death is zero,
143 this is exit code of synchronous subprocess. */ 143 this is exit code of synchronous subprocess. */