diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-10 00:06:10 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-10 00:06:10 +0000 |
commit | 8256a78fffc8387e913773038b276fbb67b361e2 (patch) | |
tree | d159ce178a37e76cb96ec1477c75ae68c47abf14 /gcc/c-tree.h | |
parent | da0d3469415be805e3307924dbb252f879be2557 (diff) | |
download | gcc-8256a78fffc8387e913773038b276fbb67b361e2.tar.gz |
* c-tree.h (warn_long_long): Declare it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22372 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r-- | gcc/c-tree.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; |