aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/c-tree.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 6635fd1..c615ac2 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -509,6 +509,10 @@ extern int warn_sign_compare;
extern int warn_multichar;
+/* Warn about long long. */
+
+extern int warn_long_long;
+
/* Nonzero means we are reading code that came from a system header file. */
extern int system_header_p;