summaryrefslogtreecommitdiff
path: root/gcc/d/dmd/tokens.d
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/tokens.d')
-rw-r--r--gcc/d/dmd/tokens.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/dmd/tokens.d b/gcc/d/dmd/tokens.d
index 43feab15f22..03e80245a74 100644
--- a/gcc/d/dmd/tokens.d
+++ b/gcc/d/dmd/tokens.d
@@ -591,7 +591,7 @@ shared static this() nothrow
Identifier.initTable();
foreach (kw; keywords)
{
- //printf("keyword[%d] = '%s'\n",kw, tochars[kw].ptr);
+ //printf("keyword[%d] = '%s'\n",kw, Token.tochars[kw].ptr);
Identifier.idPool(Token.tochars[kw].ptr, Token.tochars[kw].length, cast(uint)kw);
}
}