]> code.delx.au - gnu-emacs/blobdiff - src/systty.h
(Fwhile): If mocklisp, test for nonzeroness.
[gnu-emacs] / src / systty.h
index 2171a960465924e1238d864d9aed1fdeff334ded..b07bfa2786055a53108931122c950c3ddf5a19aa 100644 (file)
@@ -26,7 +26,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef __DGUX
 #include <sys/ioctl.h>
 #endif
+#ifndef NO_TERMIO
 #include <termio.h>
+#endif /* not NO_TERMIO */
 #include <fcntl.h>
 #else
 #ifdef HAVE_TERMIOS
@@ -162,7 +164,7 @@ static struct sensemode {
 #undef ASYNC
 #endif
 
-/* Interupt input is not used if there is no FIONREAD.  */
+/* Interrupt input is not used if there is no FIONREAD.  */
 #ifndef FIONREAD
 #undef SIGIO
 #endif