diff options
| author | Stefan Monnier | 2010-09-13 16:40:48 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-09-13 16:40:48 +0200 |
| commit | cc390e46c7ba95b76ea133d98fd386214cd01709 (patch) | |
| tree | ead4400d22bd07214b782ff7e46e79d473fac419 /src/process.h | |
| parent | c566235d981eba73c88bbff00b6a1d88360b6e9f (diff) | |
| parent | c5fe4acb5fb456d6e8e147d8bc7981ce56c5c03d (diff) | |
| download | emacs-cc390e46c7ba95b76ea133d98fd386214cd01709.tar.gz emacs-cc390e46c7ba95b76ea133d98fd386214cd01709.zip | |
Merge from trunk
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 2 |
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. */ |
| 145 | extern char *synch_process_death; | 145 | extern 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. */ |
| 148 | extern int synch_process_termsig; | 148 | extern int synch_process_termsig; |