emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100433: Do not include config.h in s


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100433: Do not include config.h in src/Makefile.in.
Date: Mon, 24 May 2010 21:17:52 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100433
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2010-05-24 21:17:52 -0700
message:
  Do not include config.h in src/Makefile.in.
  * src/Makefile.in (NOT_C_CODE): No longer define.
  (config.h): No longer include.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-05-25 03:53:12 +0000
+++ b/src/ChangeLog     2010-05-25 04:17:52 +0000
@@ -1,5 +1,8 @@
 2010-05-25  Glenn Morris  <address@hidden>
 
+       * Makefile.in (NOT_C_CODE): No longer define.
+       (config.h): No longer include.
+
        * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
        variables it may reference.
 

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-05-25 03:53:12 +0000
+++ b/src/Makefile.in   2010-05-25 04:17:52 +0000
@@ -301,9 +301,6 @@
 # ========================== start of cpp stuff =======================
 /* From here on, comments must be done in C syntax.  */
 
-#define NOT_C_CODE
-#include "config.h"
-
 /* If NS_IMPL_GNUSTEP, some definitions and includes are expanded here.  */
 @NS_IMPL_GNUSTEP_INC@
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]