Commit 60b68525 by Tom Tromey Committed by Tom Tromey

* java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE.

From-SVN: r58762
parent 2640ad11
2002-11-02 Tom Tromey <tromey@redhat.com>
* java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE.
* class.c (make_method_value): Put class name, not signature, into
`throws' field. For PR java/8415.
......
......@@ -1740,9 +1740,10 @@ enum
JV_STATE_LINKED = 9, /* Strings interned. */
JV_STATE_IN_PROGRESS = 10, /* <Clinit> running. */
JV_STATE_DONE = 12,
JV_STATE_ERROR = 12,
JV_STATE_DONE = 14 /* Must be last. */
JV_STATE_ERROR = 14 /* must be last. */
};
#undef DEBUG_JAVA_BINDING_LEVELS
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment