diff options
Diffstat (limited to 'gcc/ch/tree.c')
-rw-r--r-- | gcc/ch/tree.c | 2 |
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; |