Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Nov 29, 2024
1 parent 31d25e7 commit 4263d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dmd/typesem.d
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ extern (D) MATCH callMatch(TypeFunction tf, Type tthis, ArgumentList argumentLis
if (auto ad = isAggregate(p.type))
if (ad.hasImplicitConstructor()) {

static int recursionCount;
__gshared static int recursionCount;

recursionCount++;
scope(exit) recursionCount--;
Expand Down

0 comments on commit 4263d8e

Please sign in to comment.