diff options
| author | Richard M. Stallman | 1994-03-03 17:43:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-03 17:43:26 +0000 |
| commit | 16c323ee67cd8809ab30216f369a1d4df58f37d9 (patch) | |
| tree | 0e7cc744cb84a23c57209097497dc2ed3c8d88bc /src | |
| parent | 590496255af18909cce5552ce5b9e333585f13c0 (diff) | |
| download | emacs-16c323ee67cd8809ab30216f369a1d4df58f37d9.tar.gz emacs-16c323ee67cd8809ab30216f369a1d4df58f37d9.zip | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 8352a92b18d..f76d224d04b 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -167,7 +167,7 @@ fatal_error_signal (sig) | |||
| 167 | 167 | ||
| 168 | #ifdef SIGDANGER | 168 | #ifdef SIGDANGER |
| 169 | 169 | ||
| 170 | /* Handle bus errors, illegal instruction, etc. */ | 170 | /* Handler for SIGDANGER. */ |
| 171 | SIGTYPE | 171 | SIGTYPE |
| 172 | memory_warning_signal (sig) | 172 | memory_warning_signal (sig) |
| 173 | int sig; | 173 | int sig; |