From 1df337324e161ad1b6c6b03ee194f06c2650a774 Mon Sep 17 00:00:00 2001 From: apbianco Date: Thu, 25 Oct 2001 21:37:44 +0000 Subject: 2001-10-24 Alexandre Petit-Bianco * mangle.c (static tree compression_table): Fixed leading comment. * parse.h (struct parser_ctxt): Fixed field comment. * parse.y (check_pkg_class_access): New prototype, fixed leading comment, new parameter used to emit error only if passed as true. (parse_check_super): Pass extra argument to check_pkg_class_access. (do_resolve_class): Likewise. (process_imports): Likewise. (read_import_dir): Fixed indentation. (find_in_imports_on_demand): New local class_type_name. Local node_to_use deleted. while loop changed into for loop. Report multiple definition only for accessible classes. Improved error message. (start_complete_expand_method): Local `ptr' removed. DECL_ARGUMENTS assigned to parameter list, fixed indentation. while loop changed into for loop, restore TREE_CHAIN on local `tem' before the next iteration. ( http://gcc.gnu.org/ml/gcc-patches/2001-10/msg01323.html ) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46498 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/java/parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/java/parse.h') diff --git a/gcc/java/parse.h b/gcc/java/parse.h index f425750e459..220567157d0 100644 --- a/gcc/java/parse.h +++ b/gcc/java/parse.h @@ -785,7 +785,7 @@ struct parser_ctxt { tree non_static_initialized; /* List of non static initialized fields */ tree static_initialized; /* List of static non final initialized */ - tree instance_initializers; /* List of instancei initializers stmts */ + tree instance_initializers; /* List of instance initializers stmts */ tree import_list; /* List of import */ tree import_demand_list; /* List of import on demand */ -- cgit v1.2.1