aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@cygnus.com>1999-01-19 10:27:23 +0000
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>1999-01-19 02:27:23 -0800
commitd8fccff5e042cba03f1256ba0274528894a277be (patch)
treeb10f299a9af3db7d575bc17bfd23bf7af6ad56b6 /gcc/java/java-tree.h
parentb472794d0e1babaa0e0e33975712084279933fe8 (diff)
downloadgcc-d8fccff5e042cba03f1256ba0274528894a277be.zip
gcc-d8fccff5e042cba03f1256ba0274528894a277be.tar.gz
gcc-d8fccff5e042cba03f1256ba0274528894a277be.tar.bz2
java-tree.h: (check_for_initialization): Added prototype.
Sun Jan 17 22:34:22 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * java-tree.h: (check_for_initialization): Added prototype. * lex.c (java_parse_doc_section): `\n' breaks the `*/' string. * parse.y (do_resolve_class): Removed unused locals. (read_import_dir): Likewise. (resolve_qualified_expression_name): Array creation expressions are valid primary expressions. (qualify_ambiguous_name): Likewise. (patch_synchronized_statement): Removed unused local. From-SVN: r24758
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 dd94035..c945dff 100644
--- a/gcc/java/java-tree.h
+++ b/gcc/java/java-tree.h
@@ -566,6 +566,7 @@ extern tree build_primtype_type_ref PROTO ((char *));
extern tree java_get_real_method_name PROTO ((tree));
extern void finish_class PROTO ((tree));
extern void java_layout_seen_class_methods PROTO (());
+extern void check_for_initialization PROTO ((tree));
/* Access flags etc for a method (a FUNCTION_DECL): */