diff options
| author | Eli Zaretskii | 2013-03-30 10:10:58 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-30 10:10:58 +0300 |
| commit | 98f3b8c6be5e85898fe0e273f3734d6800a3c67e (patch) | |
| tree | adfe72589fb3f474f94d51db3a9e6049741bf9ee | |
| parent | 668284362c4189f6de2c617902f73725a59adfaf (diff) | |
| download | emacs-98f3b8c6be5e85898fe0e273f3734d6800a3c67e.tar.gz emacs-98f3b8c6be5e85898fe0e273f3734d6800a3c67e.zip | |
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.
| -rw-r--r-- | nt/ChangeLog | 7 | ||||
| -rw-r--r-- | nt/config.nt | 2 | ||||
| -rw-r--r-- | nt/inc/ms-w32.h | 1 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-03-29 Eli Zaretskii <eliz@gnu.org> | 8 | 2013-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 7b9dbc2430b..c67f07b99b3 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h | |||
| @@ -537,7 +537,6 @@ extern void _DebPrint (const char *fmt, ...); | |||
| 537 | #pragma warning(disable:4308) | 537 | #pragma warning(disable:4308) |
| 538 | #endif | 538 | #endif |
| 539 | #endif | 539 | #endif |
| 540 | #define TERM_HEADER "w32term.h" | ||
| 541 | 540 | ||
| 542 | 541 | ||
| 543 | /* ============================================================ */ | 542 | /* ============================================================ */ |