summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-06-01 11:40:30 +0000
committermidipix <writeonce@midipix.org>2019-06-01 11:40:30 +0000
commit5badec2aaecfa224fb7a7d0462870f42523fa136 (patch)
tree1156949b6a28cac7c0539fbea247f5799a346aee
parentfc01428ca071e3ab70d25a270f25f371cddc4144 (diff)
downloadcbb-gcc-4.6.4-5badec2aaecfa224fb7a7d0462870f42523fa136.tar.bz2
cbb-gcc-4.6.4-5badec2aaecfa224fb7a7d0462870f42523fa136.tar.xz
gcc/pretty-print.h: gcc-4.6.4 does not provide diagnostics-core.h.
-rw-r--r--gcc/pretty-print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/pretty-print.h b/gcc/pretty-print.h
index 3b6d18e92..d57d98678 100644
--- a/gcc/pretty-print.h
+++ b/gcc/pretty-print.h
@@ -305,7 +305,7 @@ extern void pp_base_append_text (pretty_printer *, const char *, const char *);
/* This header may be included before diagnostics-core.h, hence the duplicate
definitions to allow for GCC-specific formats. */
-#if GCC_VERSION >= 3005
+#if GCC_VERSION >= 3005 && 0
#define ATTRIBUTE_GCC_PPDIAG(m, n) __attribute__ ((__format__ (__gcc_diag__, m ,n))) ATTRIBUTE_NONNULL(m)
#else
#define ATTRIBUTE_GCC_PPDIAG(m, n) ATTRIBUTE_NONNULL(m)