Skip to content

Commit 23984d3

Browse files
committed
change
1 parent 00e6ea7 commit 23984d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dmd/cparse.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5710,7 +5710,7 @@ final class CParser(AST) : Parser!AST
57105710
nextToken();
57115711

57125712
if ((idx.length > 2 && idx[0] == '_' && idx[1] == '_') ||
5713-
(identx.length > 2 && identx[0] == '_' && identx[1] == '_'))
5713+
(identx.length > 2 && identx[0] == '_'))
57145714
{
57155715
++p;
57165716
continue;

0 commit comments

Comments
 (0)