emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112186: Move MS-Windows definition o


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112186: Move MS-Windows definition of TERM_HEADER from ms-w32.h to config.nt.
Date: Sat, 30 Mar 2013 10:10:58 +0300
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112186
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-30 10:10:58 +0300
message:
  Move MS-Windows definition of TERM_HEADER from ms-w32.h to config.nt.
  
   nt/inc/ms-w32.h (TERM_HEADER): Remove definition.
   nt/config.nt (TERM_HEADER): Move the definition to "w32term.h" from
   ms-w32.h.
modified:
  nt/ChangeLog
  nt/config.nt
  nt/inc/ms-w32.h
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2013-03-30 06:12:49 +0000
+++ b/nt/ChangeLog      2013-03-30 07:10:58 +0000
@@ -1,3 +1,10 @@
+2013-03-30  Eli Zaretskii  <address@hidden>
+
+       * inc/ms-w32.h (TERM_HEADER): Remove definition.
+
+       * config.nt (TERM_HEADER): Move the definition to "w32term.h" from
+       ms-w32.h.
+
 2013-03-29  Eli Zaretskii  <address@hidden>
 
        * inc/ms-w32.h (copysign) [_MSC_VER]: Redirect to _copysign.

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2013-03-30 06:12:49 +0000
+++ b/nt/config.nt      2013-03-30 07:10:58 +0000
@@ -1370,7 +1370,7 @@
 #undef TERMINFO
 
 /* Define to the header for the built-in window system. */
-#undef TERM_HEADER
+#define TERM_HEADER "w32term.h"
 
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #define TIME_WITH_SYS_TIME 1

=== modified file 'nt/inc/ms-w32.h'
--- a/nt/inc/ms-w32.h   2013-03-30 06:12:49 +0000
+++ b/nt/inc/ms-w32.h   2013-03-30 07:10:58 +0000
@@ -537,7 +537,6 @@
 #pragma warning(disable:4308)
 #endif
 #endif
-#define TERM_HEADER "w32term.h"
 
 
 /* ============================================================ */


reply via email to

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