diff options
| author | Karl Heuer | 1996-01-23 17:03:04 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-23 17:03:04 +0000 |
| commit | 0dd1f23c2e5f7f2518b461fd35543c01498955ee (patch) | |
| tree | 64a9ad6684fbdb2d93ebf53d550ee661512cc373 /src | |
| parent | 11f82174a2ec49f7af441363595b2fdfb0fdf6cd (diff) | |
| download | emacs-0dd1f23c2e5f7f2518b461fd35543c01498955ee.tar.gz emacs-0dd1f23c2e5f7f2518b461fd35543c01498955ee.zip | |
Comment fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix5-0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index cccbf27c969..434136ba9ce 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h | |||
| @@ -95,7 +95,7 @@ char *_getpty(); | |||
| 95 | /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ | 95 | /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ |
| 96 | #define PREFER_VSUSP | 96 | #define PREFER_VSUSP |
| 97 | 97 | ||
| 98 | /* Because unexelfsgi.c cannot handle a ".sbss" section yet, we must | 98 | /* Because unexsgi.c cannot handle a ".sbss" section yet, we must |
| 99 | tell the linker to avoid making one. SGI's cc does this by | 99 | tell the linker to avoid making one. SGI's cc does this by |
| 100 | default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */ | 100 | default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */ |
| 101 | #ifdef __GNUC__ | 101 | #ifdef __GNUC__ |