aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/config.nt10
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 @@
12012-12-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * config.nt: Sync with autogen/config.in.
4
12012-11-24 Ken Brown <kbrown@cornell.edu> 52012-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__.