]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove config.h include guards.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 15 Nov 2010 17:21:18 +0000 (09:21 -0800)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 15 Nov 2010 17:21:18 +0000 (09:21 -0800)
* src/w32proc.c:
* src/w32inevt.c:
* src/w32heap.c:
* src/w32.c: Remove config.h include guards.

src/ChangeLog
src/w32.c
src/w32heap.c
src/w32inevt.c
src/w32proc.c

index 49c179aeb468e5d871c514bfc83f757657592e15..af5bbf9e8fbc6eb8e3a6493a048b1d4347162248 100644 (file)
@@ -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.
 
index ae34ac6aadb35427c7dc6a6ac1c72462b1644ed1..4ae316765b8ecd539ec634758b131682d95a3cc6 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -38,9 +38,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* must include CRT headers *before* config.h */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #undef access
 #undef chdir
@@ -6086,5 +6084,3 @@ serial_configure (struct Lisp_Process *p, Lisp_Object contact)
 
 /* end of w32.c */
 
-/* arch-tag: 90442dd3-37be-482b-b272-ac752e3049f1
-   (do not change this comment) */
index 285325e3f8baa6858ad4465e8410e7468d341660..39ff101746687c3517167e3d0d0b6425e3ea5c4f 100644 (file)
@@ -21,10 +21,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    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 @@ _heap_term (void)
 
 #endif
 
-/* arch-tag: 9a6a9860-040d-422d-8905-450dd535cd9c
-   (do not change this comment) */
index 3757c528e8b742be59bdad06dae499d7100917c3..65b57ffa1f71abeedc567f9791222d52638d46ab 100644 (file)
@@ -23,10 +23,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 */
 
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
-
 #include <stdio.h>
 #include <windows.h>
 #include <setjmp.h>
@@ -784,5 +781,3 @@ w32_console_read_socket (struct terminal *terminal,
   return ret;
 }
 
-/* arch-tag: 0bcb39b7-d085-4b85-9070-6750e8c03047
-   (do not change this comment) */
index 49687574472a851ee30fabcdadd652617034b063..ff6e22d2547d9029a7d10340bb90c0e755bbd3ba 100644 (file)
@@ -32,10 +32,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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 @@ where the performance impact may be noticeable even on modern hardware.  */);
   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) */