(warn_sign_compare): Add extern to declaration.

From-SVN: r11526
This commit is contained in:
Jim Wilson 1996-03-13 15:20:46 -08:00
parent d5967781ed
commit ab68478599

View File

@ -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. */