(pedantic_non_lvalue): Add declaration.

From-SVN: r4866
This commit is contained in:
Jim Wilson 1993-07-06 14:00:13 -07:00
parent a29f2ec14a
commit f0d568b76d

View File

@ -1156,6 +1156,7 @@ extern void layout_decl PROTO((tree, unsigned));
/* Return an expr equal to X but certainly not valid as an lvalue. */
extern tree non_lvalue PROTO((tree));
extern tree pedantic_non_lvalue PROTO((tree));
extern tree convert PROTO((tree, tree));
extern tree size_in_bytes PROTO((tree));