aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index b20b5cf..d3cec27 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -491,6 +491,7 @@ extern void *realloc (void *, size_t);
#endif
#ifdef HAVE_INTTYPES_H
+#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#endif
@@ -1070,7 +1071,7 @@ helper_const_non_const_cast (const char *p)
#define DEBUG_VARIABLE
#endif
-/* Get definitions of HOST_WIDE_INT and HOST_WIDEST_INT. */
+/* Get definitions of HOST_WIDE_INT. */
#include "hwint.h"
#endif /* ! GCC_SYSTEM_H */