]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment changes.
authorRichard M. Stallman <rms@gnu.org>
Mon, 16 Sep 1996 01:20:20 +0000 (01:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 16 Sep 1996 01:20:20 +0000 (01:20 +0000)
src/systty.h

index d9376fa18e5c6e003fe472873d21097ca1d12805..fda88d4c9daa34871c014254308c067f67bf87f5 100644 (file)
@@ -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 */