Skip to content

Commit

Permalink
merge D2 pull #805 fix Issue 7681
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Mar 15, 2012
1 parent bc5789f commit 136c107
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/expression.c
Expand Up @@ -8967,6 +8967,8 @@ Expression *CatAssignExp::semantic(Scope *sc)
}

e1 = e1->modifiableLvalue(sc, e1);
if (e1->op == TOKerror)
return e1;

Type *tb1 = e1->type->toBasetype();
Type *tb2 = e2->type->toBasetype();
Expand Down

0 comments on commit 136c107

Please sign in to comment.