aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/tree.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-01-17 14:51:05 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-01-17 14:51:05 +0000
commit3b0d91ff929f16828833bb2fe336a2ba458ebf65 (patch)
treea795bc24901a55520035de502c1befbaa5c5f73c /gcc/ch/tree.c
parent9771524624e99015d39ea3d180f2cdfb29bed831 (diff)
downloadgcc-3b0d91ff929f16828833bb2fe336a2ba458ebf65.zip
gcc-3b0d91ff929f16828833bb2fe336a2ba458ebf65.tar.gz
gcc-3b0d91ff929f16828833bb2fe336a2ba458ebf65.tar.bz2
* All files: PROTO -> PARAMS.
From-SVN: r31456
Diffstat (limited to 'gcc/ch/tree.c')
-rw-r--r--gcc/ch/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ch/tree.c b/gcc/ch/tree.c
index 6d4f9bd..17cbd8e 100644
--- a/gcc/ch/tree.c
+++ b/gcc/ch/tree.c
@@ -34,7 +34,7 @@ extern struct obstack permanent_obstack;
to layout_chill_range_type for the index range of a string. */
tree string_index_type_dummy;
-static tree make_powerset_type PROTO ((tree));
+static tree make_powerset_type PARAMS ((tree));
/* Build a chill string type.
For a character string, ELT_TYPE==char_type_node;