From ab9ba9ea1948dd2dd2d6f68a1fdfce6ce829cac7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 16 Sep 1996 01:20:20 +0000 Subject: [PATCH] Comment changes. --- src/systty.h | 4 ++-- 1 file 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 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 */ -- 2.39.2