* Add declaration for pedwarn_with_line.
authorDoug Evans <dje@gnu.org>
Sun, 21 Feb 1993 01:33:25 +0000 (01:33 +0000)
committerDoug Evans <dje@gnu.org>
Sun, 21 Feb 1993 01:33:25 +0000 (01:33 +0000)
From-SVN: r3504

gcc/cccp.c

index 5c578e30081b2400d9761b2d39cc1bbbb4052e54..0ec5770532045df6bb0bfdeff6f501485c3689dd 100644 (file)
@@ -248,6 +248,7 @@ static int comp_def_part ();
 static void error_from_errno ();
 static void error_with_line ();
 void pedwarn ();
+void pedwarn_with_line ();
 static void pedwarn_with_file_and_line ();
 static void fatal ();
 void fancy_abort ();