diff options
| author | Andreas Jaeger <aj@gcc.gnu.org> | 2003-06-08 16:21:54 +0200 |
|---|---|---|
| committer | Andreas Jaeger <aj@gcc.gnu.org> | 2003-06-08 16:21:54 +0200 |
| commit | 79a490a95b8a5c194a479dcccae76d9f0393309b (patch) | |
| tree | 1a402c61c8f88ad5941bc58f486ce8f44d76cbda /gcc/rtl.h | |
| parent | b4fac6a0c4bb7bf4e0d31999ecdf4e43804f6a81 (diff) | |
| download | gcc-79a490a95b8a5c194a479dcccae76d9f0393309b.zip gcc-79a490a95b8a5c194a479dcccae76d9f0393309b.tar.gz gcc-79a490a95b8a5c194a479dcccae76d9f0393309b.tar.bz2 | |
predict.h: Convert to ISO C90 prototypes.
* predict.h: Convert to ISO C90 prototypes.
* predict.c: Likewise.
* tree-dump.h: Likewise.
* tree-dump.c: Likewise.
* diagnostic.h: Likewise.
* diagnostic.c: Likewise.
* combine.c: Likewise.
* rtl.h: Convert prototypes of combine.c to ISO C90.
From-SVN: r67626
Diffstat (limited to 'gcc/rtl.h')
| -rw-r--r-- | gcc/rtl.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2087,12 +2087,12 @@ extern rtx delete_insn_and_edges PARAMS ((rtx)); extern void delete_insn_chain_and_edges PARAMS ((rtx, rtx)); /* In combine.c */ -extern int combine_instructions PARAMS ((rtx, unsigned int)); -extern unsigned int extended_count PARAMS ((rtx, enum machine_mode, int)); -extern rtx remove_death PARAMS ((unsigned int, rtx)); +extern int combine_instructions (rtx, unsigned int); +extern unsigned int extended_count (rtx, enum machine_mode, int); +extern rtx remove_death (unsigned int, rtx); #ifdef BUFSIZ -extern void dump_combine_stats PARAMS ((FILE *)); -extern void dump_combine_total_stats PARAMS ((FILE *)); +extern void dump_combine_stats (FILE *); +extern void dump_combine_total_stats (FILE *); #endif /* In sched.c. */ |
