diff dmd/backend/iasm.d @ 4:d706d958e4e8

Step 2 of restoring GC functionality.
author korDen
date Mon, 26 Oct 2009 16:28:19 +0300
parents 7427ded8caf7
children 63623152e82a
line wrap: on
line diff
--- a/dmd/backend/iasm.d	Sun Oct 25 03:23:44 2009 +0300
+++ b/dmd/backend/iasm.d	Mon Oct 26 16:28:19 2009 +0300
@@ -41,7 +41,9 @@
 import std.string : toStringz;
 import std.algorithm : min;
 
-import dmd.Memory;import core.stdc.stdio : printf;
+import core.memory;
+
+import core.stdc.stdio : printf;
 import core.stdc.string : strlen;
 import core.stdc.limits;