Declare pedantic_lvalues.

From-SVN: r8767
This commit is contained in:
Jason Merrill 1995-01-17 21:43:40 +00:00
parent f444e553bf
commit 4812480a45

View File

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