Commit 532f41fa by Tom Tromey Committed by Tom Tromey

* java-tree.def (THIS_EXPR): Now a tcc_expression.

From-SVN: r113542
parent 1958f718
2006-05-04 Tom Tromey <tromey@redhat.com>
* java-tree.def (THIS_EXPR): Now a tcc_expression.
2006-05-04 Andrew Haley <aph@redhat.com> 2006-05-04 Andrew Haley <aph@redhat.com>
* class.c (make_field_value): Always build_address_of fdecl if * class.c (make_field_value): Always build_address_of fdecl if
......
...@@ -39,7 +39,7 @@ DEFTREECODE (NEW_ANONYMOUS_ARRAY_EXPR, "new_anonymous_array", ...@@ -39,7 +39,7 @@ DEFTREECODE (NEW_ANONYMOUS_ARRAY_EXPR, "new_anonymous_array",
DEFTREECODE (NEW_CLASS_EXPR, "new_class_expr", tcc_expression, 3) DEFTREECODE (NEW_CLASS_EXPR, "new_class_expr", tcc_expression, 3)
/* Defines `this' as an expression. */ /* Defines `this' as an expression. */
DEFTREECODE (THIS_EXPR, "this", tcc_unary, 0) DEFTREECODE (THIS_EXPR, "this", tcc_expression, 0)
/* A labeled block. Operand 0 is the label that will be generated to /* A labeled block. Operand 0 is the label that will be generated to
mark the end of the block. Operand 1 is the labeled block body. */ mark the end of the block. Operand 1 is the labeled block body. */
......
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