diff options
| author | Joakim Verona | 2012-12-01 21:15:37 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-01 21:15:37 +0100 |
| commit | fa8510a9aabe34d367d935b960eab0abbf060e18 (patch) | |
| tree | 7ad1eba1d5316edd0e89b1e553ab8cd1fbf20a43 | |
| parent | 506553deb2df0d1290ab36ee69d0b9de23743d59 (diff) | |
| parent | ba12ad69f1db39bf0bcb937821e7a3991cc42dbc (diff) | |
| download | emacs-fa8510a9aabe34d367d935b960eab0abbf060e18.tar.gz emacs-fa8510a9aabe34d367d935b960eab0abbf060e18.zip | |
auto upstream
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/config.nt | 10 |
2 files changed, 6 insertions, 8 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index dd79cfc2526..3cbe45fbd0e 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-12-01 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * config.nt: Sync with autogen/config.in. | ||
| 4 | |||
| 1 | 2012-11-24 Ken Brown <kbrown@cornell.edu> | 5 | 2012-11-24 Ken Brown <kbrown@cornell.edu> |
| 2 | 6 | ||
| 3 | * config.nt (HAVE_MOUSE): Remove. | 7 | * config.nt (HAVE_MOUSE): Remove. |
diff --git a/nt/config.nt b/nt/config.nt index 60223306752..baa10198a8c 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -1541,8 +1541,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1541 | # endif | 1541 | # endif |
| 1542 | # define _GL_EXTERN_INLINE extern | 1542 | # define _GL_EXTERN_INLINE extern |
| 1543 | #else | 1543 | #else |
| 1544 | # define _GL_INLINE static inline | 1544 | # define _GL_INLINE static |
| 1545 | # define _GL_EXTERN_INLINE static inline | 1545 | # define _GL_EXTERN_INLINE static |
| 1546 | #endif | 1546 | #endif |
| 1547 | 1547 | ||
| 1548 | #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__) | 1548 | #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__) |
| @@ -1570,12 +1570,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1570 | /* Define to rpl_gmtime if the replacement function should be used. */ | 1570 | /* Define to rpl_gmtime if the replacement function should be used. */ |
| 1571 | #undef gmtime | 1571 | #undef gmtime |
| 1572 | 1572 | ||
| 1573 | /* Define to `__inline__' or `__inline' if that's what the C compiler | ||
| 1574 | calls it, or to nothing if 'inline' is not supported under any name. */ | ||
| 1575 | #ifndef __cplusplus | ||
| 1576 | #undef inline | ||
| 1577 | #endif | ||
| 1578 | |||
| 1579 | /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports | 1573 | /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports |
| 1580 | the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of | 1574 | the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of |
| 1581 | earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. | 1575 | earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. |