diff src/console-tty.h @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents 131b0175ea99
children 360340f9fd5f
line wrap: on
line diff
--- a/src/console-tty.h	Mon Aug 13 09:03:47 2007 +0200
+++ b/src/console-tty.h	Mon Aug 13 09:04:33 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)