Commit 83091176 by Richard Stallman

(warn_missing_braces): Declared.

From-SVN: r3472
parent 36e6fa69
......@@ -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. */
......
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