Commit 704e23f0 by Richard Henderson

* c-tree.h (warn_long_long): Declare it.

From-SVN: r22372
parent 7e3e369c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment