aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert2011-04-22 16:53:21 -0700
committerPaul Eggert2011-04-22 16:53:21 -0700
commitc38918db05bb8df4619bff27d04a0dc48202b647 (patch)
tree32627a31919dbfa46c7f9463b5c1765ecdd5c808 /lib
parent03eb7af5765b8921f1724813908ae823ff35baaa (diff)
downloademacs-c38918db05bb8df4619bff27d04a0dc48202b647.tar.gz
emacs-c38918db05bb8df4619bff27d04a0dc48202b647.zip
Merge from gnulib.
Diffstat (limited to 'lib')
-rw-r--r--lib/gnulib.mk6
-rw-r--r--lib/inttypes.in.h2
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/gnulib.mk b/lib/gnulib.mk
index 4da8bb89733..d79f3c2b571 100644
--- a/lib/gnulib.mk
+++ b/lib/gnulib.mk
@@ -9,7 +9,7 @@
9# the same distribution terms as the rest of that program. 9# the same distribution terms as the rest of that program.
10# 10#
11# Generated by gnulib-tool. 11# Generated by gnulib-tool.
12# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files careadlinkat crypto/md5 dtoastr filemode getloadavg getopt-gnu ignore-value intprops lstat manywarnings mktime readlink socklen stdio strftime strtoumax symlink sys_stat warnings 12# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files careadlinkat crypto/md5 dtoastr filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink socklen stdio strftime strtoumax symlink sys_stat
13 13
14 14
15MOSTLYCLEANFILES += core *.stackdump 15MOSTLYCLEANFILES += core *.stackdump
@@ -174,7 +174,7 @@ EXTRA_DIST += intprops.h
174 174
175## end gnulib module intprops 175## end gnulib module intprops
176 176
177## begin gnulib module inttypes 177## begin gnulib module inttypes-h
178 178
179BUILT_SOURCES += inttypes.h 179BUILT_SOURCES += inttypes.h
180 180
@@ -214,7 +214,7 @@ MOSTLYCLEANFILES += inttypes.h inttypes.h-t
214 214
215EXTRA_DIST += inttypes.in.h 215EXTRA_DIST += inttypes.in.h
216 216
217## end gnulib module inttypes 217## end gnulib module inttypes-h
218 218
219## begin gnulib module lstat 219## begin gnulib module lstat
220 220
diff --git a/lib/inttypes.in.h b/lib/inttypes.in.h
index 6a8f46dddc2..7abf39403f0 100644
--- a/lib/inttypes.in.h
+++ b/lib/inttypes.in.h
@@ -1076,6 +1076,7 @@ _GL_WARN_ON_USE (imaxdiv, "imaxdiv is unportable - "
1076 1076
1077#if @GNULIB_STRTOIMAX@ 1077#if @GNULIB_STRTOIMAX@
1078# if !@HAVE_DECL_STRTOIMAX@ 1078# if !@HAVE_DECL_STRTOIMAX@
1079# undef strtoimax
1079extern intmax_t strtoimax (const char *, char **, int) _GL_ARG_NONNULL ((1)); 1080extern intmax_t strtoimax (const char *, char **, int) _GL_ARG_NONNULL ((1));
1080# endif 1081# endif
1081#elif defined GNULIB_POSIXCHECK 1082#elif defined GNULIB_POSIXCHECK
@@ -1088,6 +1089,7 @@ _GL_WARN_ON_USE (strtoimax, "strtoimax is unportable - "
1088 1089
1089#if @GNULIB_STRTOUMAX@ 1090#if @GNULIB_STRTOUMAX@
1090# if !@HAVE_DECL_STRTOUMAX@ 1091# if !@HAVE_DECL_STRTOUMAX@
1092# undef strtoumax
1091extern uintmax_t strtoumax (const char *, char **, int) _GL_ARG_NONNULL ((1)); 1093extern uintmax_t strtoumax (const char *, char **, int) _GL_ARG_NONNULL ((1));
1092# endif 1094# endif
1093#elif defined GNULIB_POSIXCHECK 1095#elif defined GNULIB_POSIXCHECK