Commit ab684785 by Jim Wilson

(warn_sign_compare): Add extern to declaration.

From-SVN: r11526
parent d5967781
......@@ -479,7 +479,7 @@ extern int warn_missing_braces;
/* Warn about comparison of signed and unsigned values. */
int warn_sign_compare;
extern int warn_sign_compare;
/* Nonzero means this is a function to call to perform comptypes
on two record types. */
......
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