diff src/console-tty.h @ 16:0293115a14e9 r19-15b91

Import from CVS: tag r19-15b91
author cvs
date Mon, 13 Aug 2007 08:49:20 +0200
parents 376386a54a3c
children ec9a17fef872
line wrap: on
line diff
--- a/src/console-tty.h	Mon Aug 13 08:48:43 2007 +0200
+++ b/src/console-tty.h	Mon Aug 13 08:49:20 2007 +0200
@@ -187,8 +187,8 @@
   struct emacs_tty old_tty;
   
   /* Is this TTY our controlling terminal? */
-  int controlling_terminal :1;
-  int is_stdio :1;
+  unsigned int controlling_terminal :1;
+  unsigned int is_stdio :1;
 };
 
 #define CONSOLE_TTY_DATA(c) CONSOLE_TYPE_DATA (c, tty)