* Add declaration for pedwarn_with_line.

From-SVN: r3504
This commit is contained in:
Doug Evans 1993-02-21 01:33:25 +00:00
parent 8befb9549a
commit 3f908f128e
1 changed files with 1 additions and 0 deletions

View 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 ();