summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-01 13:07:14 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-01 13:07:14 +0000
commit1b50d7560a9c09ef6a6123511b4acdcd8a86d994 (patch)
tree99e73ebe59ca18413be6f82f740b887162346006 /gcc/rtl.h
parent5f81aab027dc8ba25878814da3d89a9ffd684c8b (diff)
downloadgcc-1b50d7560a9c09ef6a6123511b4acdcd8a86d994.tar.gz
* function.c (update_epilogue_consts): Don't use PARAMS.
* rtl.h (web_main): Ditto. * target.h (is_costly_dependence): Ditto git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74099 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 44fd9652025..f6957bcbdf6 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2087,7 +2087,7 @@ extern void dump_combine_stats (FILE *);
extern void dump_combine_total_stats (FILE *);
#endif
/* In web.c */
-extern void web_main PARAMS ((void));
+extern void web_main (void);
/* In sched.c. */
#ifdef BUFSIZ