Skip to content

Commit

Permalink
forgot ldc
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Nov 19, 2024
1 parent ba85bbd commit bac9e48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/src/dmd/expression.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ class Expression : public ASTNode
Loc loc; // file location
EXP op; // to minimize use of dynamic_cast

bool ctfe; // is in a if(__ctfe) block

size_t size() const;
static void _init();
virtual Expression *syntaxCopy();
Expand Down

0 comments on commit bac9e48

Please sign in to comment.