diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 14:51:05 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 14:51:05 +0000 |
commit | 4c1cee834ea0d7d2ce988e6ac1215ec2331e9f28 (patch) | |
tree | a795bc24901a55520035de502c1befbaa5c5f73c /gcc/ch/convert.c | |
parent | 96d05fa3adf48ee49c3f2c13fdd7431e0ea4c240 (diff) | |
download | gcc-4c1cee834ea0d7d2ce988e6ac1215ec2331e9f28.tar.gz |
* All files: PROTO -> PARAMS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31456 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch/convert.c')
-rw-r--r-- | gcc/ch/convert.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/ch/convert.c b/gcc/ch/convert.c index 137a2d579f8..7ad914b9f33 100644 --- a/gcc/ch/convert.c +++ b/gcc/ch/convert.c @@ -38,18 +38,18 @@ extern tree bit_one_node, bit_zero_node; extern tree string_one_type_node; extern tree bitstring_one_type_node; -static tree convert_to_reference PROTO ((tree, tree)); -static tree convert_to_boolean PROTO ((tree, tree)); -static tree convert_to_char PROTO ((tree, tree)); +static tree convert_to_reference PARAMS ((tree, tree)); +static tree convert_to_boolean PARAMS ((tree, tree)); +static tree convert_to_char PARAMS ((tree, tree)); #if 0 -static tree base_type_size_in_bytes PROTO ((tree)); +static tree base_type_size_in_bytes PARAMS ((tree)); #endif -static tree remove_tree_element PROTO ((tree, tree *)); -static tree check_ps_range PROTO ((tree, tree, tree)); -static tree digest_powerset_tuple PROTO ((tree, tree)); -static tree digest_structure_tuple PROTO ((tree, tree)); -static tree digest_array_tuple PROTO ((tree, tree, int)); -static tree convert1 PROTO ((tree, tree)); +static tree remove_tree_element PARAMS ((tree, tree *)); +static tree check_ps_range PARAMS ((tree, tree, tree)); +static tree digest_powerset_tuple PARAMS ((tree, tree)); +static tree digest_structure_tuple PARAMS ((tree, tree)); +static tree digest_array_tuple PARAMS ((tree, tree, int)); +static tree convert1 PARAMS ((tree, tree)); static tree convert_to_reference (reftype, expr) |