aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2007-04-03 15:28:16 +0000
committerAndrew Haley <aph@gcc.gnu.org>2007-04-03 15:28:16 +0000
commit696fbee71016c152278c38048421cf291e1566a4 (patch)
tree60fe445d5b46b75e3d08f3d3944f489dda85b945 /gcc/java/java-tree.h
parent83ff0d10edd6af76343e00f4cd8cdb78c1c0b640 (diff)
downloadgcc-696fbee71016c152278c38048421cf291e1566a4.zip
gcc-696fbee71016c152278c38048421cf291e1566a4.tar.gz
gcc-696fbee71016c152278c38048421cf291e1566a4.tar.bz2
jvgenmain.c (main): Change main to use class$, not class$$.
2007-04-03 Andrew Haley <aph@redhat.com> * jvgenmain.c (main): Change main to use class$, not class$$. (do_mangle_classname): Likewise. * class.c (hide): New function. (add_field): Hide everything that shouldn't be visible outside a DSO. (build_static_class_ref): Likewise. (build_classdollar_field): Likewise. (make_class_data): Likewise. (layout_class_method): Likewise. * expr.c (special_method_p): New function. * class.c (push_class): Don't bogusly guess the source filename. * jcf-parse.c (give_name_to_class): Don't set input_location from DECL_ARTIFICIAL decls. From-SVN: r123476
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r--gcc/java/java-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h
index c11f83e..00ac1b9 100644
--- a/gcc/java/java-tree.h
+++ b/gcc/java/java-tree.h
@@ -1174,6 +1174,7 @@ extern tree check_for_builtin (tree, tree);
extern void initialize_builtins (void);
extern tree lookup_name (tree);
+extern bool special_method_p (tree);
extern void maybe_rewrite_invocation (tree *, tree *, tree *, tree *);
extern tree build_known_method_ref (tree, tree, tree, tree, tree, tree);
extern tree build_class_init (tree, tree);