* c-tree.h (warn_long_long): Declare it.
authorRichard Henderson <rth@gcc.gnu.org>
Thu, 10 Sep 1998 00:06:10 +0000 (17:06 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 10 Sep 1998 00:06:10 +0000 (17:06 -0700)
From-SVN: r22372

gcc/c-tree.h

index 6635fd1c9acc2f763eed9104c9b2637fe99dcaa6..c615ac2bee5056ffe07c3651e49076fe4207b581 100644 (file)
@@ -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;