summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1998-02-07 13:21:36 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1998-02-07 13:21:36 +0000
commit0a0a425efe501cb03ef246ca5b7aeafd3bb8a4af (patch)
tree6bdcb43666cef30b2f83a4a5fc6d613690298236 /gcc/acconfig.h
parent8b482459308d062b5bc6a92af9313c67f5321329 (diff)
downloadgcc-0a0a425efe501cb03ef246ca5b7aeafd3bb8a4af.tar.gz
* aclocal.m4 (GCC_FUNC_PRINTF_PTR): New macro to test the printf
functions for whether they support the %p format specifier. * acconfig.h (HOST_PTR_PRINTF): Insert stub for autoconf. * configure.in (GCC_FUNC_PRINTF_PTR): Use it. * configure, config.in: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17760 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r--gcc/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h
index 88da1088157..91173766d75 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -1,3 +1,6 @@
+/* Define to "%p" if printf supports it, else machmode.h will define it. */
+#undef HOST_PTR_PRINTF
+
/* Define if your cpp understands the stringify operator. */
#undef HAVE_CPP_STRINGIFY