1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

nt/config.nt: Sync with autogen/config.in.

This commit is contained in:
Juanma Barranquero 2012-12-01 21:09:30 +01:00
parent cb5d51dc07
commit ba12ad69f1
2 changed files with 6 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2012-12-01 Juanma Barranquero <lekktu@gmail.com>
* config.nt: Sync with autogen/config.in.
2012-11-24 Ken Brown <kbrown@cornell.edu>
* config.nt (HAVE_MOUSE): Remove.

View File

@ -1541,8 +1541,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
# endif
# define _GL_EXTERN_INLINE extern
#else
# define _GL_INLINE static inline
# define _GL_EXTERN_INLINE static inline
# define _GL_INLINE static
# define _GL_EXTERN_INLINE static
#endif
#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
@ -1570,12 +1570,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define to rpl_gmtime if the replacement function should be used. */
#undef gmtime
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif
/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.