From: Richard Henderson Date: Thu, 10 Sep 1998 00:06:10 +0000 (-0700) Subject: * c-tree.h (warn_long_long): Declare it. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=704e23f0d4a6e168dbd31782edfa0e20fa77a9cc;p=gcc.git * c-tree.h (warn_long_long): Declare it. From-SVN: r22372 --- diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 6635fd1c9ac..c615ac2bee5 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;