changeset 16205:31a12077e3d7

Comment changes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Sep 1996 01:20:20 +0000
parents 7cd96606306e
children 4aba36944749
files src/systty.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/systty.h	Sun Sep 15 19:47:21 1996 +0000
+++ b/src/systty.h	Mon Sep 16 01:20:20 1996 +0000
@@ -63,12 +63,12 @@
 #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 */