summaryrefslogtreecommitdiffstats
path: root/gcc/java/lex.c
diff options
context:
space:
mode:
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-19 10:27:23 +0000
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-19 10:27:23 +0000
commitd918c5c0c08e990ab5f3841c7ac3cc9d6b7c6175 (patch)
treeb10f299a9af3db7d575bc17bfd23bf7af6ad56b6 /gcc/java/lex.c
parent454c42da31687b35a7e5491222e8aff957b2b799 (diff)
downloadppe42-gcc-d918c5c0c08e990ab5f3841c7ac3cc9d6b7c6175.tar.gz
ppe42-gcc-d918c5c0c08e990ab5f3841c7ac3cc9d6b7c6175.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24758 138bc75d-0d04-0410-961f-82ee72b054a4
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 9e503d01384..ff7be9839ad 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;
}
OpenPOWER on IntegriCloud