]> code.delx.au - gnu-emacs/blobdiff - src/systty.h
lread.c (init_lread): Fixing typo HAVE_CARBON test logic
[gnu-emacs] / src / systty.h
index fdd1f70f4c1ca221a007b87af38b5e79c42ab9ee..a975bcd13a0cd35cfe7f4ebfb353981cedc049b3 100644 (file)
@@ -112,7 +112,7 @@ static struct sensemode {
 
 #ifdef NEED_BSDTTY
 #include <sys/bsdtty.h>
-#endif 
+#endif
 
 #if defined (HPUX) && defined (HAVE_PTYS)
 #include <sys/ptyio.h>
@@ -387,3 +387,6 @@ extern int emacs_set_tty P_ ((int, struct emacs_tty *, int));
 #endif /* not def VMS */
 #endif /* not def HAVE_TERMIO */
 #endif /* not def HAVE_TERMIOS */
+
+/* arch-tag: cf4b90bc-be41-401c-be98-40619178a712
+   (do not change this comment) */