1
0

XSCREENとSPDEFとDISPLAY実�

This commit is contained in:
otya128
2015-08-22 22:16:13 +09:00
parent 6a69ba1fb3
commit 8d4a9a2d13
8 changed files with 552 additions and 114 deletions

View File

@@ -142,7 +142,7 @@ class Lexical
wstring iden;
for(;i < code.length;i++)
{
c = code[i];
c = cast(wchar)code[i].toUpper;;
if(!c.isAlpha() && !c.isDigit() && c != '_')
{
break;