# HG changeset patch # User Dan Nicolaescu # Date 1289841678 28800 # Node ID 3207606734d5b998b9ae9de6101f9fa545ed9d25 # Parent 876a7947c90d9d71563c2cedb0f3f8bf738962bb Remove config.h include guards. * src/w32proc.c: * src/w32inevt.c: * src/w32heap.c: * src/w32.c: Remove config.h include guards. diff -r 876a7947c90d -r 3207606734d5 src/ChangeLog --- 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 + * 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. diff -r 876a7947c90d -r 3207606734d5 src/w32.c --- 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 -#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) */ diff -r 876a7947c90d -r 3207606734d5 src/w32heap.c --- 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 -#endif - #include #include @@ -301,5 +298,3 @@ #endif -/* arch-tag: 9a6a9860-040d-422d-8905-450dd535cd9c - (do not change this comment) */ diff -r 876a7947c90d -r 3207606734d5 src/w32inevt.c --- 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 -#endif - #include #include #include @@ -784,5 +781,3 @@ return ret; } -/* arch-tag: 0bcb39b7-d085-4b85-9070-6750e8c03047 - (do not change this comment) */ diff -r 876a7947c90d -r 3207606734d5 src/w32proc.c --- 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 /* must include CRT headers *before* config.h */ - -#ifdef HAVE_CONFIG_H #include -#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) */