3 --- gcc/java/parse.c.orig 2001-03-16 14:13:48.000000000 +0000
5 @@ -12818,6 +12818,7 @@ resolve_type_during_patch (type)
7 /* 5.5 Casting Conversion. error_mark_node is returned if an error is
8 found. Otherwise NODE or something meant to replace it is returned. */
9 +static tree convert_narrow ();
12 patch_cast (node, wfl_operator)
13 @@ -12836,7 +12837,6 @@ patch_cast (node, wfl_operator)
14 /* Check on cast that are proven correct at compile time */
15 if (JNUMERIC_TYPE_P (cast_type) && JNUMERIC_TYPE_P (op_type))
17 - static tree convert_narrow ();
19 if (cast_type == op_type)