Skip to content

Commit

Permalink
use immutable instead of __gshared (#16665)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilsonator authored Jul 5, 2024
1 parent 82c5234 commit 0f1c5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dmd/backend/debugprint.d
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ void WRdefnod()
@trusted
const(char)* fl_str(FL fl)
{
__gshared const char*[FLMAX] fls =
immutable char*[FLMAX] fls =
[ "FLunde",
"FLconst",
"FLoper",
Expand Down

0 comments on commit 0f1c5d9

Please sign in to comment.