java/decl.c patch for clear_binding_level
Per Bothner
per@bothner.com
Sat Mar 17 23:42:00 GMT 2001
Jeff Sturm <jsturm@one-point.com> writes:
> Yep. The bytecode compiler is completely broken on the trunk. This seems
> to fix it:
> ...
> (clear_binding_level): Remove excess initializer.
> 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};
I believe I fixed that earlier today in both the trunch and the
branch. However, I think the correct version is:
NULL_BINDING_LEVEL, LARGEST_PC, 0};
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/
More information about the Java-patches
mailing list