aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inttypes.in.h
diff options
context:
space:
mode:
authorPo Lu2024-09-05 08:41:11 +0800
committerPo Lu2024-09-05 08:45:18 +0800
commit1a13c5e63e1eb8fcf15c53ae4ed0caca8b928a3b (patch)
treea40610febdebe7a02acf3981b7f966b323c0d1c3 /lib/inttypes.in.h
parenta13eef1fae00411bc03165933870de73d10551af (diff)
downloademacs-1a13c5e63e1eb8fcf15c53ae4ed0caca8b928a3b.tar.gz
emacs-1a13c5e63e1eb8fcf15c53ae4ed0caca8b928a3b.zip
; Update from Gnulib
* configure.ac: * src/conf_post.h: Remove workarounds now rendered redundant by Gnulib.
Diffstat (limited to 'lib/inttypes.in.h')
-rw-r--r--lib/inttypes.in.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/inttypes.in.h b/lib/inttypes.in.h
index b9ab8a4b424..e9c80f3dca5 100644
--- a/lib/inttypes.in.h
+++ b/lib/inttypes.in.h
@@ -970,7 +970,7 @@ _GL_WARN_ON_USE (imaxdiv, "imaxdiv is unportable - "
970# define strtoimax rpl_strtoimax 970# define strtoimax rpl_strtoimax
971# endif 971# endif
972_GL_FUNCDECL_RPL (strtoimax, intmax_t, 972_GL_FUNCDECL_RPL (strtoimax, intmax_t,
973 (const char *restrict, char **restrict, int) 973 (const char *restrict, char **restrict, int),
974 _GL_ARG_NONNULL ((1))); 974 _GL_ARG_NONNULL ((1)));
975_GL_CXXALIAS_RPL (strtoimax, intmax_t, 975_GL_CXXALIAS_RPL (strtoimax, intmax_t,
976 (const char *restrict, char **restrict, int)); 976 (const char *restrict, char **restrict, int));
@@ -978,7 +978,7 @@ _GL_CXXALIAS_RPL (strtoimax, intmax_t,
978# if !@HAVE_DECL_STRTOIMAX@ 978# if !@HAVE_DECL_STRTOIMAX@
979# undef strtoimax 979# undef strtoimax
980_GL_FUNCDECL_SYS (strtoimax, intmax_t, 980_GL_FUNCDECL_SYS (strtoimax, intmax_t,
981 (const char *restrict, char **restrict, int) 981 (const char *restrict, char **restrict, int),
982 _GL_ARG_NONNULL ((1))); 982 _GL_ARG_NONNULL ((1)));
983# endif 983# endif
984_GL_CXXALIAS_SYS (strtoimax, intmax_t, 984_GL_CXXALIAS_SYS (strtoimax, intmax_t,
@@ -1000,7 +1000,7 @@ _GL_WARN_ON_USE (strtoimax, "strtoimax is unportable - "
1000# define strtoumax rpl_strtoumax 1000# define strtoumax rpl_strtoumax
1001# endif 1001# endif
1002_GL_FUNCDECL_RPL (strtoumax, uintmax_t, 1002_GL_FUNCDECL_RPL (strtoumax, uintmax_t,
1003 (const char *restrict, char **restrict, int) 1003 (const char *restrict, char **restrict, int),
1004 _GL_ARG_NONNULL ((1))); 1004 _GL_ARG_NONNULL ((1)));
1005_GL_CXXALIAS_RPL (strtoumax, uintmax_t, 1005_GL_CXXALIAS_RPL (strtoumax, uintmax_t,
1006 (const char *restrict, char **restrict, int)); 1006 (const char *restrict, char **restrict, int));
@@ -1008,7 +1008,7 @@ _GL_CXXALIAS_RPL (strtoumax, uintmax_t,
1008# if !@HAVE_DECL_STRTOUMAX@ 1008# if !@HAVE_DECL_STRTOUMAX@
1009# undef strtoumax 1009# undef strtoumax
1010_GL_FUNCDECL_SYS (strtoumax, uintmax_t, 1010_GL_FUNCDECL_SYS (strtoumax, uintmax_t,
1011 (const char *restrict, char **restrict, int) 1011 (const char *restrict, char **restrict, int),
1012 _GL_ARG_NONNULL ((1))); 1012 _GL_ARG_NONNULL ((1)));
1013# endif 1013# endif
1014_GL_CXXALIAS_SYS (strtoumax, uintmax_t, 1014_GL_CXXALIAS_SYS (strtoumax, uintmax_t,