aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32proc.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-11-15 09:21:18 -0800
committerDan Nicolaescu2010-11-15 09:21:18 -0800
commit42a7e7f1c4ac52d283d3bdbf3a119bef8b2124aa (patch)
tree1d49014c24458ef37c66eb75ced497cb3c45bdb6 /src/w32proc.c
parent678029433d360cf1e5a95de28168b69ed1c6f9a7 (diff)
downloademacs-42a7e7f1c4ac52d283d3bdbf3a119bef8b2124aa.tar.gz
emacs-42a7e7f1c4ac52d283d3bdbf3a119bef8b2124aa.zip
Remove config.h include guards.
* src/w32proc.c: * src/w32inevt.c: * src/w32heap.c: * src/w32.c: Remove config.h include guards.
Diffstat (limited to 'src/w32proc.c')
-rw-r--r--src/w32proc.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index 49687574472..ff6e22d2547 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -32,10 +32,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
32#include <setjmp.h> 32#include <setjmp.h>
33 33
34/* must include CRT headers *before* config.h */ 34/* must include CRT headers *before* config.h */
35
36#ifdef HAVE_CONFIG_H
37#include <config.h> 35#include <config.h>
38#endif
39 36
40#undef signal 37#undef signal
41#undef wait 38#undef wait
@@ -2370,7 +2367,5 @@ where the performance impact may be noticeable even on modern hardware. */);
2370 staticpro (&Vw32_valid_locale_ids); 2367 staticpro (&Vw32_valid_locale_ids);
2371 staticpro (&Vw32_valid_codepages); 2368 staticpro (&Vw32_valid_codepages);
2372} 2369}
2373/* end of ntproc.c */ 2370/* end of w32proc.c */
2374 2371
2375/* arch-tag: 23d3a34c-06d2-48a1-833b-ac7609aa5250
2376 (do not change this comment) */