* decl.c (clear_binding_level): Fix initializer (broke 03-15).

From-SVN: r40586
This commit is contained in:
Per Bothner 2001-03-17 12:48:35 -08:00 committed by Per Bothner
parent 478e7ed675
commit 90f59043bf
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2001-03-17 Per Bothner <per@bothner.com>
* decl.c (clear_binding_level): Fix initializer (broke 03-15).
* jcf-write.c (generate_bytecode_insns): Handle emitting iinc
when result is is needed (target is STACK_TARGET).

View File

@ -311,7 +311,7 @@ static struct binding_level *global_binding_level;
static struct binding_level clear_binding_level
= {NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE,
NULL_BINDING_LEVEL, 0, LARGEST_PC};
NULL_BINDING_LEVEL, LARGEST_PC, 0};
#if 0
/* A list (chain of TREE_LIST nodes) of all LABEL_DECLs in the function