diff options
author | Per Bothner <per@bothner.com> | 2001-02-23 19:28:39 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2001-02-23 19:28:39 -0800 |
commit | fea2d5da9c4a43852594336efa2ff45283f5595b (patch) | |
tree | 8922ef8858d3181ab08328253b29081a198508fb /gcc/java/lex.c | |
parent | 1aed31b63c536a400353aa86d6fe8fc04147ac52 (diff) | |
download | gcc-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.c | 2 |
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)); |