Commit 0d42c3c2 by Tom Tromey Committed by Tom Tromey

* jcf-write.c (generate_bytecode_conditional): Typo fixes.

From-SVN: r62061
parent eda8d9c5
2003-01-28 Tom Tromey <tromey@redhat.com>
* jcf-write.c (generate_bytecode_conditional): Typo fixes.
2003-01-28 Tom Tromey <tromey@redhat.com>
* lex.c (java_lex): Don't include UEOF as part of token.
(java_read_unicode): Error if \u sequence prematurely terminated.
......
......@@ -1226,7 +1226,7 @@ generate_bytecode_conditional (tree exp,
OP1 (OPCODE_lcmp);
goto compare_1;
}
/* FALLTHOUGH */
/* FALLTHROUGH */
default:
if (integer_zerop (exp1))
{
......@@ -2026,7 +2026,7 @@ generate_bytecode_insns (tree exp, int target, struct jcf_partial *state)
emit_dup (TYPE_IS_WIDE (type) ? 2 : 1 , offset, state);
exp = lhs;
}
/* FALLTHOUGH */
/* FALLTHROUGH */
finish_assignment:
if (TREE_CODE (exp) == COMPONENT_REF)
......
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