]> git.llucax.com Git - software/druntime.git/blobdiff - src/compiler/dmd/adi.d
Add .gitignore files
[software/druntime.git] / src / compiler / dmd / adi.d
index 11d3ab4916a3de7633029a0136a5765770f9820c..caafd29d19fbae4d86dd52a7a8f18d9d46d3b3e4 100644 (file)
@@ -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);