Mercurial > emacs
changeset 111551:3207606734d5
Remove config.h include guards.
* src/w32proc.c:
* src/w32inevt.c:
* src/w32heap.c:
* src/w32.c: Remove config.h include guards.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 15 Nov 2010 09:21:18 -0800 |
parents | 876a7947c90d |
children | 4a4fd0374f40 |
files | src/ChangeLog src/w32.c src/w32heap.c src/w32inevt.c src/w32proc.c |
diffstat | 5 files changed, 6 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Nov 15 09:11:08 2010 -0800 +++ b/src/ChangeLog Mon Nov 15 09:21:18 2010 -0800 @@ -1,5 +1,10 @@ 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> + * w32proc.c: + * w32inevt.c: + * w32heap.c: + * w32.c: Remove config.h include guards. + * callproc.c (child_setup): Reorder code to simplify #ifdefs. No code changes.
--- a/src/w32.c Mon Nov 15 09:11:08 2010 -0800 +++ b/src/w32.c Mon Nov 15 09:21:18 2010 -0800 @@ -38,9 +38,7 @@ /* must include CRT headers *before* config.h */ -#ifdef HAVE_CONFIG_H #include <config.h> -#endif #undef access #undef chdir @@ -6086,5 +6084,3 @@ /* end of w32.c */ -/* arch-tag: 90442dd3-37be-482b-b272-ac752e3049f1 - (do not change this comment) */
--- a/src/w32heap.c Mon Nov 15 09:11:08 2010 -0800 +++ b/src/w32heap.c Mon Nov 15 09:21:18 2010 -0800 @@ -21,10 +21,7 @@ Geoff Voelker (voelker@cs.washington.edu) 7-29-94 */ -#ifdef HAVE_CONFIG_H #include <config.h> -#endif - #include <stdio.h> #include <setjmp.h> @@ -301,5 +298,3 @@ #endif -/* arch-tag: 9a6a9860-040d-422d-8905-450dd535cd9c - (do not change this comment) */
--- a/src/w32inevt.c Mon Nov 15 09:11:08 2010 -0800 +++ b/src/w32inevt.c Mon Nov 15 09:21:18 2010 -0800 @@ -23,10 +23,7 @@ */ -#ifdef HAVE_CONFIG_H #include <config.h> -#endif - #include <stdio.h> #include <windows.h> #include <setjmp.h> @@ -784,5 +781,3 @@ return ret; } -/* arch-tag: 0bcb39b7-d085-4b85-9070-6750e8c03047 - (do not change this comment) */
--- a/src/w32proc.c Mon Nov 15 09:11:08 2010 -0800 +++ b/src/w32proc.c Mon Nov 15 09:21:18 2010 -0800 @@ -32,10 +32,7 @@ #include <setjmp.h> /* must include CRT headers *before* config.h */ - -#ifdef HAVE_CONFIG_H #include <config.h> -#endif #undef signal #undef wait @@ -2370,7 +2367,5 @@ staticpro (&Vw32_valid_locale_ids); staticpro (&Vw32_valid_codepages); } -/* end of ntproc.c */ +/* end of w32proc.c */ -/* arch-tag: 23d3a34c-06d2-48a1-833b-ac7609aa5250 - (do not change this comment) */