comparison src/nt.c @ 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 1d8fb2eee1bb
children 804517e16990
comparison
equal deleted inserted replaced
858:2c12fe2da451 859:84762348c6f9
38 #include <config.h> 38 #include <config.h>
39 #include "lisp.h" 39 #include "lisp.h"
40 40
41 #include "buffer.h" 41 #include "buffer.h"
42 42
43 #include "sysdir.h"
44 #include "sysfile.h"
45 #include "sysproc.h"
46 #include "syspwd.h"
47 #include "syssignal.h"
43 #include "systime.h" 48 #include "systime.h"
44 #include "syssignal.h" /* Always include before sysproc.h -- didier */
45 #include "sysproc.h"
46 #include "sysfile.h"
47 #include "syspwd.h"
48 #include "sysdir.h"
49 49
50 #include "syswindows.h" 50 #include "syswindows.h"
51 51
52 /* Control whether stat() attempts to determine file type and link count 52 /* Control whether stat() attempts to determine file type and link count
53 exactly, at the expense of slower operation. Since true hard links 53 exactly, at the expense of slower operation. Since true hard links