aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>1998-09-09 17:06:10 -0700
committerRichard Henderson <rth@gcc.gnu.org>1998-09-09 17:06:10 -0700
commit704e23f0d4a6e168dbd31782edfa0e20fa77a9cc (patch)
treed159ce178a37e76cb96ec1477c75ae68c47abf14 /gcc
parent7e3e369cdfd8ae1811cb4780c69453c3bc62fb58 (diff)
downloadgcc-704e23f0d4a6e168dbd31782edfa0e20fa77a9cc.zip
gcc-704e23f0d4a6e168dbd31782edfa0e20fa77a9cc.tar.gz
gcc-704e23f0d4a6e168dbd31782edfa0e20fa77a9cc.tar.bz2
* c-tree.h (warn_long_long): Declare it.
From-SVN: r22372
Diffstat (limited to 'gcc')
-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;