This commit is contained in:
Hackerpilot 2014-03-03 23:15:13 -08:00
parent 1536ed722b
commit 8070c39551
1 changed files with 3 additions and 0 deletions

View File

@ -1312,7 +1312,10 @@ public struct DLexer
return false;
}
if (range.front == ';')
{
range.popFront();
break;
}
else
range.popFront();
}