aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lex.c
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/lex.c
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/lex.c')
-rw-r--r--gcc/java/lex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/java/lex.c b/gcc/java/lex.c
index 9e503d0..ff7be98 100644
--- a/gcc/java/lex.c
+++ b/gcc/java/lex.c
@@ -409,7 +409,6 @@ java_parse_doc_section (c)
break;
case '\n': /* ULT */
valid_tag = 1;
- break;
default:
seen_star = 0;
}