diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-16 01:20:20 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-16 01:20:20 +0000 |
commit | 2fe405cee26d16f82f5b3c358c3128f9e2ba718e (patch) | |
tree | d9a0ee73cfb85e0035ce0ff118291a3925310e3f /src/systty.h | |
parent | 6662308c022f627d1f1e6b4e450ba378283bd81a (diff) | |
download | emacs-2fe405cee26d16f82f5b3c358c3128f9e2ba718e.tar.gz |
Comment changes.
Diffstat (limited to 'src/systty.h')
-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. */ #if defined(_AIX) && defined(_I386) #include <termios.h> /* termios.h needs to be before termio.h */ #include <termio.h> -#else /* not HAVE_TERMIOS */ +#else /* not (_AIX && _I386) */ #ifndef NO_TERMIO #include <termio.h> #endif #include <termios.h> -#endif /* _AIX && _I386 */ +#endif /* not (_AIX && _I386) */ #define INCLUDED_FCNTL #include <fcntl.h> #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */ |