aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2003-06-08 16:21:54 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-08 16:21:54 +0200
commit79a490a95b8a5c194a479dcccae76d9f0393309b (patch)
tree1a402c61c8f88ad5941bc58f486ce8f44d76cbda /gcc/rtl.h
parentb4fac6a0c4bb7bf4e0d31999ecdf4e43804f6a81 (diff)
downloadgcc-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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 21998a6..3e4a1c0 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. */