typo patch
Joerg Brunsmann
Joerg.Brunsmann@FernUni-Hagen.de
Thu Dec 30 08:32:00 GMT 1999
This patch fixes a typo in parse.y
--- parse.y.orig Thu Dec 30 17:15:41 1999
+++ parse.y Thu Dec 30 17:16:24 1999
@@ -9910,7 +9910,7 @@ patch_binop (node, wfl_op1, wfl_op2)
prom_type = binary_numeric_promotion (op1_type, op2_type, &op1, &op2);
else if (TREE_CODE (op1_type) == BOOLEAN_TYPE
- && TREE_CODE (op1_type) == BOOLEAN_TYPE)
+ && TREE_CODE (op2_type) == BOOLEAN_TYPE)
/* The type of the bitwise operator expression is BOOLEAN */
prom_type = boolean_type_node;
else
More information about the Java-patches
mailing list