diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-11 23:16:37 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-12 16:04:10 -0800 |
commit | b81a1837916a7f3f7abd953338302fa237a532f2 (patch) | |
tree | eab3a9abb613126d80773cc6dd04d3a7b9f22ad3 /m4/stdio_h.m4 | |
parent | 074965f9355b7cc7f7a5f4385a19433e51c8afd2 (diff) | |
download | emacs-b81a1837916a7f3f7abd953338302fa237a532f2.tar.gz emacs-b81a1837916a7f3f7abd953338302fa237a532f2.tar.bz2 emacs-b81a1837916a7f3f7abd953338302fa237a532f2.zip |
Merge from gnulib
2014-12-12 stddef: support C11's max_align_t
2014-12-08 apply _GL_ATTRIBUTE_PURE to some inline functions
2014-12-02 support GNU format printf and scanf on mingw
* doc/misc/texinfo.tex, lib/stat-time.h, lib/stddef.in.h:
* lib/timespec.h, m4/extensions.m4, m4/stddef_h.m4, m4/stdio_h.m4:
Update from gnulib.
* lib/gnulib.mk: Regenerate.
Diffstat (limited to 'm4/stdio_h.m4')
-rw-r--r-- | m4/stdio_h.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/stdio_h.m4 b/m4/stdio_h.m4 index d15913a3ca0..ef0dcc12d26 100644 --- a/m4/stdio_h.m4 +++ b/m4/stdio_h.m4 @@ -6,6 +6,9 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_STDIO_H], [ + dnl For __USE_MINGW_ANSI_STDIO + AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) + AC_REQUIRE([gl_STDIO_H_DEFAULTS]) gl_NEXT_HEADERS([stdio.h]) |