From: Richard M. Stallman Date: Mon, 16 Sep 1996 01:20:20 +0000 (+0000) Subject: Comment changes. X-Git-Tag: emacs-20.1~3739 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab9ba9ea1948dd2dd2d6f68a1fdfce6ce829cac7;p=emacs.git Comment changes. --- 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 needs to be before termio.h */ #include -#else /* not HAVE_TERMIOS */ +#else /* not (_AIX && _I386) */ #ifndef NO_TERMIO #include #endif #include -#endif /* _AIX && _I386 */ +#endif /* not (_AIX && _I386) */ #define INCLUDED_FCNTL #include #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */