diff options
Diffstat (limited to 'gcc/java/constants.c')
-rw-r--r-- | gcc/java/constants.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/java/constants.c b/gcc/java/constants.c index 6fd1cef..11efc2b 100644 --- a/gcc/java/constants.c +++ b/gcc/java/constants.c @@ -31,11 +31,11 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "toplev.h" #include "ggc.h" -static void set_constant_entry PARAMS ((CPool *, int, int, jword)); -static int find_class_or_string_constant PARAMS ((CPool *, int, tree)); -static int find_name_and_type_constant PARAMS ((CPool *, tree, tree)); -static tree get_tag_node PARAMS ((int)); -static tree build_constant_data_ref PARAMS ((void)); +static void set_constant_entry (CPool *, int, int, jword); +static int find_class_or_string_constant (CPool *, int, tree); +static int find_name_and_type_constant (CPool *, tree, tree); +static tree get_tag_node (int); +static tree build_constant_data_ref (void); /* Set the INDEX'th constant in CPOOL to have the given TAG and VALUE. */ |