(pedantic_non_lvalue): Add declaration.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 6 Jul 1993 21:00:13 +0000 (14:00 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 6 Jul 1993 21:00:13 +0000 (14:00 -0700)
From-SVN: r4866

gcc/tree.h

index bf90d114f4fe836a780bf0b7fc38e0832fb42c21..32a837e7cabf9d4b7ccaff4c545e3a4805a490aa 100644 (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));