summaryrefslogtreecommitdiffstats
path: root/gcc/hooks.h
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-06 06:15:36 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-06 06:15:36 +0000
commit952f00483ebc3e30bc9f0f76f4b80258e4fcef43 (patch)
tree5608aad0f59e34928c3ebcd5b5bf7492d6a81e96 /gcc/hooks.h
parentb944ea74582a3520691dc4c1ecf8130c8a6491d3 (diff)
downloadppe42-gcc-952f00483ebc3e30bc9f0f76f4b80258e4fcef43.tar.gz
ppe42-gcc-952f00483ebc3e30bc9f0f76f4b80258e4fcef43.zip
* gcc.c: Convert prototypes to ISO C90.
* gcc.h: Likewise. * gcov-dump.c: Likewise. * gcov-iov.c: Likewise. * gcse.c: Likewise. * genattrtab.h: Likewise. * ggc.h: Likewise. * global.c: Likewise. * graph.c: Likewise. * graph.h: Likewise. * hosthooks.h: Likewise. * hooks.h: Likewise. * hooks.c: Likewise. * hashtable.h: Likewise. * hashtable.c: Likewise. * haifa-sched.c: Likewise. * integrate.h: Likewise. * integrate.c: Likewise. * input.h: Likewise. * ifcvt.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68995 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r--gcc/hooks.h44
1 files changed, 22 insertions, 22 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h
index 1fdea94d1c4..4309a5dca72 100644
--- a/gcc/hooks.h
+++ b/gcc/hooks.h
@@ -22,36 +22,36 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef GCC_HOOKS_H
#define GCC_HOOKS_H
-bool hook_bool_void_false PARAMS ((void));
+bool hook_bool_void_false (void);
bool hook_bool_bool_false (bool);
-bool hook_bool_tree_false PARAMS ((tree));
-bool hook_bool_tree_hwi_hwi_tree_false
- PARAMS ((tree, HOST_WIDE_INT, HOST_WIDE_INT, tree));
-bool hook_bool_tree_hwi_hwi_tree_true
- PARAMS ((tree, HOST_WIDE_INT, HOST_WIDE_INT, tree));
-bool hook_bool_rtx_false PARAMS ((rtx));
-bool hook_bool_rtx_int_int_intp_false PARAMS ((rtx, int, int, int *));
-
-void hook_void_tree_int PARAMS ((tree, int));
-void hook_void_void PARAMS ((void));
-void hook_void_FILEptr_constcharptr PARAMS ((FILE *, const char *));
-void hook_void_tree PARAMS ((tree));
-void hook_void_tree_treeptr PARAMS ((tree, tree *));
-
-int hook_int_tree_tree_1 PARAMS ((tree, tree));
-int hook_int_rtx_0 PARAMS ((rtx));
+bool hook_bool_tree_false (tree);
+bool hook_bool_tree_hwi_hwi_tree_false (tree, HOST_WIDE_INT, HOST_WIDE_INT,
+ tree);
+bool hook_bool_tree_hwi_hwi_tree_true (tree, HOST_WIDE_INT, HOST_WIDE_INT,
+ tree);
+bool hook_bool_rtx_false (rtx);
+bool hook_bool_rtx_int_int_intp_false (rtx, int, int, int *);
+
+void hook_void_tree_int (tree, int);
+void hook_void_void (void);
+void hook_void_FILEptr_constcharptr (FILE *, const char *);
+void hook_void_tree (tree);
+void hook_void_tree_treeptr (tree, tree *);
+
+int hook_int_tree_tree_1 (tree, tree);
+int hook_int_rtx_0 (rtx);
int hook_int_void_0 (void);
int hook_int_size_t_constcharptr_int_0 (size_t, const char *, int);
int hook_int_void_no_regs (void);
unsigned hook_uint_uint_constcharptrptr_0 (unsigned, const char **);
-bool default_can_output_mi_thunk_no_vcall
- PARAMS ((tree, HOST_WIDE_INT, HOST_WIDE_INT, tree));
+bool default_can_output_mi_thunk_no_vcall (tree, HOST_WIDE_INT,
+ HOST_WIDE_INT, tree);
-bool hook_bool_tree_tree_false PARAMS ((tree, tree));
+bool hook_bool_tree_tree_false (tree, tree);
-rtx hook_rtx_rtx_identity PARAMS ((rtx));
-rtx hook_rtx_rtx_null PARAMS ((rtx));
+rtx hook_rtx_rtx_identity (rtx);
+rtx hook_rtx_rtx_null (rtx);
#endif
OpenPOWER on IntegriCloud