Mercurial > hg > xemacs-beta
comparison src/sysproc.h @ 2563:6bee993389f3
[xemacs-hg @ 2005-02-04 03:01:19 by ben]
misc source fixes
dumper.c: Include extra DUMP_SLACK when allocating space for exe path.
glyphs-eimage.c: Reformat comment.
sysproc.h: Delete out-of-date comment about abort.
author | ben |
---|---|
date | Fri, 04 Feb 2005 03:01:21 +0000 |
parents | 3d8143fc88e1 |
children | facf3239ba30 |
comparison
equal
deleted
inserted
replaced
2562:ecc681180115 | 2563:6bee993389f3 |
---|---|
39 #elif defined (WIN32_NATIVE) | 39 #elif defined (WIN32_NATIVE) |
40 /* <process.h> should not conflict with "process.h", as per ANSI definition. | 40 /* <process.h> should not conflict with "process.h", as per ANSI definition. |
41 This is not true with visual c though. The trick below works with | 41 This is not true with visual c though. The trick below works with |
42 VC4.2b, 5.0 and 6.0. It assumes that VC is installed in a kind of | 42 VC4.2b, 5.0 and 6.0. It assumes that VC is installed in a kind of |
43 standard way, so include path ends with /include. | 43 standard way, so include path ends with /include. |
44 NOTE: We also include this same file in s/windowsnt.h, to avoid problems | |
45 because this file prototypes ABORT() and then lisp.h defines it as a | |
46 macro, which must happen after the prototype. DO NOT remove the include | |
47 here just because you "know" it's somewhere else as well. | |
48 */ | 44 */ |
49 #include <../include/process.h> | 45 #include <../include/process.h> |
50 #endif | 46 #endif |
51 | 47 |
52 #ifdef HAVE_SOCKETS /* TCP connection support, if kernel can do it */ | 48 #ifdef HAVE_SOCKETS /* TCP connection support, if kernel can do it */ |