From: Doug Evans Date: Sun, 21 Feb 1993 01:33:25 +0000 (+0000) Subject: * Add declaration for pedwarn_with_line. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f908f128ee525ef63242c9d93d96967dc1a085e;p=gcc.git * Add declaration for pedwarn_with_line. From-SVN: r3504 --- diff --git a/gcc/cccp.c b/gcc/cccp.c index 5c578e30081..0ec57705320 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -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 ();