aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lex.c
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>2001-02-23 19:28:39 -0800
committerPer Bothner <bothner@gcc.gnu.org>2001-02-23 19:28:39 -0800
commitfea2d5da9c4a43852594336efa2ff45283f5595b (patch)
tree8922ef8858d3181ab08328253b29081a198508fb /gcc/java/lex.c
parent1aed31b63c536a400353aa86d6fe8fc04147ac52 (diff)
downloadgcc-fea2d5da9c4a43852594336efa2ff45283f5595b.zip
gcc-fea2d5da9c4a43852594336efa2ff45283f5595b.tar.gz
gcc-fea2d5da9c4a43852594336efa2ff45283f5595b.tar.bz2
Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.
From-SVN: r40024
Diffstat (limited to 'gcc/java/lex.c')
-rw-r--r--gcc/java/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lex.c b/gcc/java/lex.c
index 20e37d8..3b43fa0 100644
--- a/gcc/java/lex.c
+++ b/gcc/java/lex.c
@@ -120,7 +120,7 @@ java_init_lex (finput, encoding)
wfl_to_string = build_expr_wfl (get_identifier ("toString"), NULL, 0, 0);
CPC_INITIALIZER_LIST (ctxp) = CPC_STATIC_INITIALIZER_LIST (ctxp) =
- CPC_INSTANCE_INITIALIZER_LIST (ctxp) = ctxp->incomplete_class = NULL_TREE;
+ CPC_INSTANCE_INITIALIZER_LIST (ctxp) = NULL_TREE;
memset ((PTR) ctxp->modifier_ctx, 0, 11*sizeof (ctxp->modifier_ctx[0]));
memset ((PTR) current_jcf, 0, sizeof (JCF));