(expr_no_commas, from ASSIGN op):

Store ERROR_MARK as the original code.

From-SVN: r4019
This commit is contained in:
Richard Stallman 1993-04-05 06:36:22 +00:00
parent f1ab98e01b
commit 6544cdba17
1 changed files with 2 additions and 1 deletions

View File

@ -517,7 +517,8 @@ expr_no_commas:
C_SET_EXP_ORIGINAL_CODE ($$, MODIFY_EXPR); }
| expr_no_commas ASSIGN expr_no_commas
{ $$ = build_modify_expr ($1, $2, $3);
C_SET_EXP_ORIGINAL_CODE ($$, MODIFY_EXPR); }
/* This inhibits warnings in truthvalue_conversion. */
C_SET_EXP_ORIGINAL_CODE ($$, ERROR_MARK); }
;
primary: