Update dmd to 2.078.0

This commit is contained in:
2018-01-04 05:36:46 +01:00
parent 12de700706
commit 8db1851c5c
5 changed files with 17 additions and 8 deletions

View File

@@ -264,7 +264,8 @@ if (is(Unqual!E == char))
body
{
dchar chr;
ubyte units, mask;
ubyte units;
int mask;
const(char)* it = this.begin;
if (*it & 0x80)