[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102398: Remove config.h include guar
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102398: Remove config.h include guards. |
Date: |
Mon, 15 Nov 2010 09:21:18 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102398
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Mon 2010-11-15 09:21:18 -0800
message:
Remove config.h include guards.
* src/w32proc.c:
* src/w32inevt.c:
* src/w32heap.c:
* src/w32.c: Remove config.h include guards.
modified:
src/ChangeLog
src/w32.c
src/w32heap.c
src/w32inevt.c
src/w32proc.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2010-11-15 17:11:08 +0000
+++ b/src/ChangeLog 2010-11-15 17:21:18 +0000
@@ -1,5 +1,10 @@
2010-11-15 Dan Nicolaescu <address@hidden>
+ * 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.
=== modified file 'src/w32.c'
--- a/src/w32.c 2010-10-14 14:32:27 +0000
+++ b/src/w32.c 2010-11-15 17:21:18 +0000
@@ -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) */
=== modified file 'src/w32heap.c'
--- a/src/w32heap.c 2010-10-14 14:32:27 +0000
+++ b/src/w32heap.c 2010-11-15 17:21:18 +0000
@@ -21,10 +21,7 @@
Geoff Voelker (address@hidden) 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) */
=== modified file 'src/w32inevt.c'
--- a/src/w32inevt.c 2010-11-14 06:55:27 +0000
+++ b/src/w32inevt.c 2010-11-15 17:21:18 +0000
@@ -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) */
=== modified file 'src/w32proc.c'
--- a/src/w32proc.c 2010-10-14 14:32:27 +0000
+++ b/src/w32proc.c 2010-11-15 17:21:18 +0000
@@ -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) */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102398: Remove config.h include guards.,
Dan Nicolaescu <=