X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/0b5d833e0947d44cd5bee6562c22ed4a14ca23bb..HEAD:/src/compiler/dmd/adi.d diff --git a/src/compiler/dmd/adi.d b/src/compiler/dmd/adi.d index 11d3ab4..caafd29 100644 --- a/src/compiler/dmd/adi.d +++ b/src/compiler/dmd/adi.d @@ -38,9 +38,9 @@ module rt.adi; private { - debug(adi) import stdc.stdio; - import stdc.string; - import stdc.stdlib; + debug(adi) import core.stdc.stdio; + import core.stdc.string; + import core.stdc.stdlib; import util.utf; enum BlkAttr : uint @@ -134,7 +134,7 @@ extern (C) long _adReverseChar(char[] a) unittest { - auto a = "abcd"c; + auto a = "abcd"c[]; auto r = a.dup.reverse; //writefln(r);