aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2013-03-30 10:24:44 +0300
committerEli Zaretskii2013-03-30 10:24:44 +0300
commitdc4cb8d51872fd090f3485b100f192fbef5be92a (patch)
tree8bfcc73f73b72a376885a18d6e06ca7943439b0d
parent803ee34370dec043cd5ff83cf485787b4ce7c285 (diff)
parent98f3b8c6be5e85898fe0e273f3734d6800a3c67e (diff)
downloademacs-dc4cb8d51872fd090f3485b100f192fbef5be92a.tar.gz
emacs-dc4cb8d51872fd090f3485b100f192fbef5be92a.zip
Merge from trunk.
-rw-r--r--nt/ChangeLog7
-rw-r--r--nt/config.nt2
-rw-r--r--nt/inc/ms-w32.h1
3 files changed, 8 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 59e8ec5b95a..53dfdbe33ca 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,10 @@
12013-03-30 Eli Zaretskii <eliz@gnu.org>
2
3 * inc/ms-w32.h (TERM_HEADER): Remove definition.
4
5 * config.nt (TERM_HEADER): Move the definition to "w32term.h" from
6 ms-w32.h.
7
12013-03-29 Eli Zaretskii <eliz@gnu.org> 82013-03-29 Eli Zaretskii <eliz@gnu.org>
2 9
3 * inc/ms-w32.h (copysign) [_MSC_VER]: Redirect to _copysign. 10 * inc/ms-w32.h (copysign) [_MSC_VER]: Redirect to _copysign.
diff --git a/nt/config.nt b/nt/config.nt
index a7e2dce3e06..347a1b07dd4 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -1370,7 +1370,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1370#undef TERMINFO 1370#undef TERMINFO
1371 1371
1372/* Define to the header for the built-in window system. */ 1372/* Define to the header for the built-in window system. */
1373#undef TERM_HEADER 1373#define TERM_HEADER "w32term.h"
1374 1374
1375/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 1375/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1376#define TIME_WITH_SYS_TIME 1 1376#define TIME_WITH_SYS_TIME 1
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h
index a6a16111ddd..5c1880b8f28 100644
--- a/nt/inc/ms-w32.h
+++ b/nt/inc/ms-w32.h
@@ -551,7 +551,6 @@ extern void _DebPrint (const char *fmt, ...);
551#pragma warning(disable:4308) 551#pragma warning(disable:4308)
552#endif 552#endif
553#endif 553#endif
554#define TERM_HEADER "w32term.h"
555 554
556 555
557/* ============================================================ */ 556/* ============================================================ */