diff options
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; |