Skip to content

Commit 99a5d11

Browse files
committed
Update frontend.h
1 parent e36981e commit 99a5d11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compiler/src/dmd/frontend.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2595,6 +2595,7 @@ class CallExp final : public UnaExp
25952595
bool inDebugStatement;
25962596
bool ignoreAttributes;
25972597
bool isUfcsRewrite;
2598+
bool fromOpAssignment;
25982599
VarDeclaration* vthis2;
25992600
Expression* loweredFrom;
26002601
static CallExp* create(Loc loc, Expression* e, Array<Expression* >* exps);

0 commit comments

Comments
 (0)