diff options
| author | Paul Eggert | 2016-12-06 23:41:45 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-12-06 23:43:24 -0800 |
| commit | 8e5a769965313a7a1c42b5992ed24e8b0ea71ead (patch) | |
| tree | 1f7d323a1af2bfc1338aef94008af72cb3486e85 /src/syntax.c | |
| parent | f0870da2bb5eee848a5561fb58b2ec3a63861052 (diff) | |
| download | emacs-8e5a769965313a7a1c42b5992ed24e8b0ea71ead.tar.gz emacs-8e5a769965313a7a1c42b5992ed24e8b0ea71ead.zip | |
Clean out some IRIX cruft
* etc/MACHINES: Remove obsolete discussion of IRIX.
* src/process.c (allocate_pty) [__sgi]: Remove SGI-specific code.
(create_process) [HAVE_PTYS]: Don't worry about IRIX.
* src/syntax.c (scan_sexps_forward): Remove obsolete comment.
* src/unexelf.c [__sgi]: Don't include <syms.h>.
(unexec) [__sgi]: Remove SGI-specific code.
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/syntax.c b/src/syntax.c index d463f7e93db..338dd854f22 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3196,8 +3196,6 @@ do { prev_from = from; \ | |||
| 3196 | && (c1 = FETCH_CHAR (from_byte), | 3196 | && (c1 = FETCH_CHAR (from_byte), |
| 3197 | syntax = SYNTAX_WITH_FLAGS (c1), | 3197 | syntax = SYNTAX_WITH_FLAGS (c1), |
| 3198 | SYNTAX_FLAGS_COMSTART_SECOND (syntax))) | 3198 | SYNTAX_FLAGS_COMSTART_SECOND (syntax))) |
| 3199 | /* Duplicate code to avoid a complex if-expression | ||
| 3200 | which causes trouble for the SGI compiler. */ | ||
| 3201 | { | 3199 | { |
| 3202 | /* Record the comment style we have entered so that only | 3200 | /* Record the comment style we have entered so that only |
| 3203 | the comment-end sequence of the same style actually | 3201 | the comment-end sequence of the same style actually |