comparison src/device.h @ 859:84762348c6f9

[xemacs-hg @ 2002-06-01 08:06:46 by ben] fix process problems etc. process.el: Insert before, not after, point. buffer.c: Fix bug noted by someone. console-tty.h, device.h, emacs.c, filelock.c, nt.c, process-nt.c, process-unix.c, process.c, redisplay-tty.c, sysdep.c, sysproc.h, win32.c: Redo problem with syssignal.h/sysproc.h dependence noted by Didier -- rather than require one included before the other (error-prone), just include syssignal.h from sysproc.h where it's needed. inline.c: Include sysfile.h due to inline funs in that header. extents.c: Fix bug noted by Andrew Cohen <cohen@andy.bu.edu>. process-unix.c: Fix other bug noted by Andrew Cohen <cohen@andy.bu.edu>. process.c: Add process-has-separate-stderr-p, used by call-process-internal.
author ben
date Sat, 01 Jun 2002 08:06:55 +0000
parents 6728e641994e
children 79c6ff3eef26
comparison
equal deleted inserted replaced
858:2c12fe2da451 859:84762348c6f9
129 129
130 #ifdef HAVE_UNIXOID_EVENT_LOOP 130 #ifdef HAVE_UNIXOID_EVENT_LOOP
131 /* holds some data necessary for SIGIO control. Perhaps this should 131 /* holds some data necessary for SIGIO control. Perhaps this should
132 be inside of device_data; but it is used for both TTY's and X 132 be inside of device_data; but it is used for both TTY's and X
133 device. Perhaps it should be conditionalized on SIGIO; but 133 device. Perhaps it should be conditionalized on SIGIO; but
134 this requires including syssignal.h and systty.h. */ 134 this requires including syssignal.h. */
135 int old_fcntl_owner; 135 int old_fcntl_owner;
136 #endif 136 #endif
137 }; 137 };
138 138
139 DECLARE_LRECORD (device, struct device); 139 DECLARE_LRECORD (device, struct device);