diff options
| author | Richard M. Stallman | 1996-09-16 01:20:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-16 01:20:20 +0000 |
| commit | ab9ba9ea1948dd2dd2d6f68a1fdfce6ce829cac7 (patch) | |
| tree | 61a027338def52efbacd4419ffd58332fe130fe1 /src | |
| parent | 024dfb8c484d8b2e0a311f833cc592477f4c796d (diff) | |
| download | emacs-ab9ba9ea1948dd2dd2d6f68a1fdfce6ce829cac7.tar.gz emacs-ab9ba9ea1948dd2dd2d6f68a1fdfce6ce829cac7.zip | |
Comment changes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/systty.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systty.h b/src/systty.h index d9376fa18e5..fda88d4c9da 100644 --- a/src/systty.h +++ b/src/systty.h | |||
| @@ -63,12 +63,12 @@ Boston, MA 02111-1307, USA. */ | |||
| 63 | #if defined(_AIX) && defined(_I386) | 63 | #if defined(_AIX) && defined(_I386) |
| 64 | #include <termios.h> /* termios.h needs to be before termio.h */ | 64 | #include <termios.h> /* termios.h needs to be before termio.h */ |
| 65 | #include <termio.h> | 65 | #include <termio.h> |
| 66 | #else /* not HAVE_TERMIOS */ | 66 | #else /* not (_AIX && _I386) */ |
| 67 | #ifndef NO_TERMIO | 67 | #ifndef NO_TERMIO |
| 68 | #include <termio.h> | 68 | #include <termio.h> |
| 69 | #endif | 69 | #endif |
| 70 | #include <termios.h> | 70 | #include <termios.h> |
| 71 | #endif /* _AIX && _I386 */ | 71 | #endif /* not (_AIX && _I386) */ |
| 72 | #define INCLUDED_FCNTL | 72 | #define INCLUDED_FCNTL |
| 73 | #include <fcntl.h> | 73 | #include <fcntl.h> |
| 74 | #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */ | 74 | #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */ |