diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-08 14:21:54 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-08 14:21:54 +0000 |
commit | d598ad0d48dd8005e04d75abb1b2ae94026927a8 (patch) | |
tree | 1a402c61c8f88ad5941bc58f486ce8f44d76cbda /gcc/rtl.h | |
parent | 10ce2cb1a03fae78127de96020da2171744ddfce (diff) | |
download | gcc-d598ad0d48dd8005e04d75abb1b2ae94026927a8.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67626 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 21998a605ff..3e4a1c02d85 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -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. */ |