(warn_missing_braces): Declared.

From-SVN: r3472
This commit is contained in:
Richard Stallman 1993-02-13 09:19:51 +00:00
parent 36e6fa6962
commit 8309117694
1 changed files with 4 additions and 0 deletions

View File

@ -400,6 +400,10 @@ extern int flag_traditional;
extern int warn_parentheses;
/* Warn if initializer is not completely bracketed. */
extern int warn_missing_braces;
/* Nonzero means this is a function to call to perform comptypes
on two record types. */