mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 08:50:46 +08:00
toplev.c (close_dump_file): Wrap function prototype for argument "func" in PROTO.
* toplev.c (close_dump_file): Wrap function prototype for argument "func" in PROTO. (dump_rtl): Likewise. From-SVN: r17561
This commit is contained in:
parent
bfd6bc60f5
commit
eed90b2cec
@ -1,3 +1,9 @@
|
||||
Sat Jan 31 11:26:58 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* toplev.c (close_dump_file): Wrap function prototype for
|
||||
argument "func" in PROTO.
|
||||
(dump_rtl): Likewise.
|
||||
|
||||
Fri Jan 30 22:30:39 1998 John Carr <jfc@mit.edu>
|
||||
|
||||
* sparc.c (sparc_override_options): Make v8plus and ultrasparc set
|
||||
|
@ -2202,7 +2202,7 @@ open_dump_file (suffix, function_name)
|
||||
/* Routine to close a dump file. */
|
||||
static void
|
||||
close_dump_file (func, insns)
|
||||
void (*func)(FILE *, rtx);
|
||||
void (*func) PROTO ((FILE *, rtx));
|
||||
rtx insns;
|
||||
{
|
||||
TIMEVAR
|
||||
@ -2225,7 +2225,7 @@ static void
|
||||
dump_rtl (suffix, decl, func, insns)
|
||||
char *suffix;
|
||||
tree decl;
|
||||
void (*func)(FILE *, rtx);
|
||||
void (*func) PROTO ((FILE *, rtx));
|
||||
rtx insns;
|
||||
{
|
||||
open_dump_file (suffix, decl_printable_name (decl, 2));
|
||||
|
Loading…
x
Reference in New Issue
Block a user