diff options
author | Doug Evans <dje@gnu.org> | 1993-02-21 01:33:25 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1993-02-21 01:33:25 +0000 |
commit | 3f908f128ee525ef63242c9d93d96967dc1a085e (patch) | |
tree | e167828d57dcdc0b271dd8b165d978aed08e8f44 /gcc/cccp.c | |
parent | 8befb9549a642b5e4f5947150957b9e8bf85d290 (diff) | |
download | gcc-3f908f128ee525ef63242c9d93d96967dc1a085e.zip gcc-3f908f128ee525ef63242c9d93d96967dc1a085e.tar.gz gcc-3f908f128ee525ef63242c9d93d96967dc1a085e.tar.bz2 |
* Add declaration for pedwarn_with_line.
From-SVN: r3504
Diffstat (limited to 'gcc/cccp.c')
-rw-r--r-- | gcc/cccp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 (); |