diff dmd/Expression.d @ 4:d706d958e4e8

Step 2 of restoring GC functionality.
author korDen
date Mon, 26 Oct 2009 16:28:19 +0300
parents 7427ded8caf7
children 832f71e6f96c 5c9b78899f5d
line wrap: on
line diff
--- a/dmd/Expression.d	Sun Oct 25 03:23:44 2009 +0300
+++ b/dmd/Expression.d	Mon Oct 26 16:28:19 2009 +0300
@@ -44,10 +44,9 @@
 import dmd.backend.elem;
 import dmd.backend.dt_t;
 
-import dmd.Memory;
+import core.memory;
 
 import std.stdio : writef;
-import core.stdc.stdlib : malloc;
 
 import std.conv;