]> git.eshelyaron.com Git - emacs.git/commitdiff
* process.h: Add extern to synch_process_termsig.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 27 Jan 2004 09:40:23 +0000 (09:40 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 27 Jan 2004 09:40:23 +0000 (09:40 +0000)
src/ChangeLog
src/process.h

index 6845cc8d1df7e2a4ac38de623e5c20020ff53f34..4592da888a71525d66fa25f4bf6a2be20074d86a 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-27  Jan Dj\e,Ad\e(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
index 74cb218a2d8b44aea27644e9d09f2035ee0ab69f..6e2641d6b065e033a39d2b87590d09e32b428309 100644 (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.  */