aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2003-06-28 00:30:31 +0000
committerZack Weinberg <zack@gcc.gnu.org>2003-06-28 00:30:31 +0000
commit8ce332308c738cc38d292de5978e37dde916ba34 (patch)
tree1bf05e7aec3517a89d71382e39dbbc8e0fecfab2 /gcc/java/class.c
parent711f0333a210c7adf51645e4605e702855d4dc76 (diff)
downloadgcc-8ce332308c738cc38d292de5978e37dde916ba34.zip
gcc-8ce332308c738cc38d292de5978e37dde916ba34.tar.gz
gcc-8ce332308c738cc38d292de5978e37dde916ba34.tar.bz2
* c-format.c (check_format_string, get_constant)
* cfgrtl.c (rtl_split_edge): Mark the definition static, matching the forward declaration. cp: * decl.c (build_typename_type) * mangle.c (write_template_template_arg) * parser.c (cp_parser_scope_through_which_access_occurs) * pt.c (push_access_scope_real, push_access_scope, pop_access_scope) * repo.c (get_base_filename) * semantics.c (maybe_convert_cond): Mark the definition static, matching the forward declaration. java: * class.c (build_method_symbols_entry) * expr.c (get_offset_table_index) * jcf-parse.c (jcf_parse): Mark the definition static, matching the forward declaration. From-SVN: r68622
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r--gcc/java/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c
index ed1ae4d..443cfc5 100644
--- a/gcc/java/class.c
+++ b/gcc/java/class.c
@@ -2042,7 +2042,7 @@ emit_register_classes (void)
/* Make a method_symbol_type (_Jv_MethodSymbol) node for METHOD. */
-tree
+static tree
build_method_symbols_entry (tree method)
{
tree clname, name, signature, method_symbol;