aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
authorStefan Monnier2010-09-13 16:40:48 +0200
committerStefan Monnier2010-09-13 16:40:48 +0200
commitcc390e46c7ba95b76ea133d98fd386214cd01709 (patch)
treeead4400d22bd07214b782ff7e46e79d473fac419 /src/process.h
parentc566235d981eba73c88bbff00b6a1d88360b6e9f (diff)
parentc5fe4acb5fb456d6e8e147d8bc7981ce56c5c03d (diff)
downloademacs-cc390e46c7ba95b76ea133d98fd386214cd01709.tar.gz
emacs-cc390e46c7ba95b76ea133d98fd386214cd01709.zip
Merge from trunk
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.h b/src/process.h
index 6d4832ffde8..35b01aba6a4 100644
--- a/src/process.h
+++ b/src/process.h
@@ -142,7 +142,7 @@ extern int synch_process_alive;
142 to Fcall_process. */ 142 to Fcall_process. */
143 143
144/* Nonzero => this is a string explaining death of synchronous subprocess. */ 144/* Nonzero => this is a string explaining death of synchronous subprocess. */
145extern char *synch_process_death; 145extern const char *synch_process_death;
146 146
147/* Nonzero => this is the signal number that terminated the subprocess. */ 147/* Nonzero => this is the signal number that terminated the subprocess. */
148extern int synch_process_termsig; 148extern int synch_process_termsig;