* valops.c (value_of_local): Complain if NAME is NULL.
* std-operator.def (OP_OBJC_SELF): Remove. * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove. * objc-exp.y (name_not_typename): Use OP_THIS. * expprint.c (print_subexp_standard) <OP_THIS>: Print language's name for "this". <OP_OBJC_SELF>: Remove. * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
This commit is contained in:
parent
563002680c
commit
aee28ec61a
7 changed files with 26 additions and 21 deletions
|
@ -963,7 +963,6 @@ operator_length_standard (const struct expression *expr, int endpos,
|
|||
|
||||
/* C++ */
|
||||
case OP_THIS:
|
||||
case OP_OBJC_SELF:
|
||||
oplen = 2;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue