diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-24 03:28:39 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-24 03:28:39 +0000 |
commit | 489283da0b645bfca8088fca16d25668014180dd (patch) | |
tree | 8922ef8858d3181ab08328253b29081a198508fb /gcc/java/lex.c | |
parent | 5136318d0494b95b99fbd41b9d80805be04f2dd2 (diff) | |
download | gcc-489283da0b645bfca8088fca16d25668014180dd.tar.gz |
Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40024 138bc75d-0d04-0410-961f-82ee72b054a4
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 20e37d8183e..3b43fa0ac5f 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)); |