Commit 4812480a by Jason Merrill

Declare pedantic_lvalues.

From-SVN: r8767
parent f444e553
......@@ -1478,6 +1478,11 @@ extern int lineno;
that standard C forbids. */
extern int pedantic;
/* Nonzero means lvalues are limited to those valid in pedantic ANSI C.
Zero means allow extended lvalues. */
extern int pedantic_lvalues;
/* Nonzero means can safely call expand_expr now;
otherwise layout_type puts variable sizes onto `pending_sizes' instead. */
......
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