Mercurial > hg > xemacs-beta
diff src/device.h @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | 83b3d10dcba9 |
children | b2472a1930f2 |
line wrap: on
line diff
--- a/src/device.h Mon Aug 13 10:22:10 2007 +0200 +++ b/src/device.h Mon Aug 13 10:23:02 2007 +0200 @@ -209,9 +209,7 @@ be inside of device_data; but it is used for both TTY's and X device. Perhaps it should be conditionalized on SIGIO; but this requires including syssignal.h and systty.h. */ - int old_sigio_flag; int old_fcntl_owner; - unsigned int sigio_enabled :1; #endif }; @@ -318,7 +316,6 @@ #define DEVICE_BAUD_RATE(d) ((d)->baud_rate) #define DEVICE_INFD(d) ((d)->infd) #define DEVICE_OUTFD(d) ((d)->outfd) -#define DEVICE_OLD_SIGIO_FLAG(d) ((d)->old_sigio_flag) #define DEVICE_OLD_FCNTL_OWNER(d) ((d)->old_fcntl_owner) #define DEVICE_ON_CONSOLE_P(d) ((d)->on_console_p) #define DEVICE_CONNECTED_TO_NAS_P(d) ((d)->connected_to_nas_p)