aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/printf/quadmath-printf.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2011-02-14 17:40:38 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2011-02-14 17:40:38 +0100
commit49f0e1ba4aa0eafe931e34a0876be7b8df58afde (patch)
tree8dbb50667125c09a4288e902cc875bf0f2d88bc7 /libquadmath/printf/quadmath-printf.h
parentfce0280a9e0f27f270c8c3ed28529fbe209aa132 (diff)
downloadgcc-49f0e1ba4aa0eafe931e34a0876be7b8df58afde.zip
gcc-49f0e1ba4aa0eafe931e34a0876be7b8df58afde.tar.gz
gcc-49f0e1ba4aa0eafe931e34a0876be7b8df58afde.tar.bz2
configure.ac (HAVE_HIDDEN_VISIBILITY): Test with -Werror in CFLAGS.
* configure.ac (HAVE_HIDDEN_VISIBILITY): Test with -Werror in CFLAGS. * printf/printf_fp.c: Don't include <alloca.h>. * printf/quadmath-printf.h (_itoa): Redefine to __quadmath_itoa. * configure: Regenerated. From-SVN: r170139
Diffstat (limited to 'libquadmath/printf/quadmath-printf.h')
-rw-r--r--libquadmath/printf/quadmath-printf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libquadmath/printf/quadmath-printf.h b/libquadmath/printf/quadmath-printf.h
index 16092bf..796df20 100644
--- a/libquadmath/printf/quadmath-printf.h
+++ b/libquadmath/printf/quadmath-printf.h
@@ -165,3 +165,6 @@ __quadmath_do_putc (struct __quadmath_printf_file *fp, int wide,
#define nl_langinfo_wc(x) \
({ union { const char *mb; wchar_t wc; } u; u.mb = nl_langinfo (x); u.wc; })
+
+#undef _itoa
+#define _itoa __quadmath_itoa