diff dmd/Parser.d @ 4:d706d958e4e8

Step 2 of restoring GC functionality.
author korDen
date Mon, 26 Oct 2009 16:28:19 +0300
parents 7427ded8caf7
children 427f8aa74d28 01cadcfa4842
line wrap: on
line diff
--- a/dmd/Parser.d	Sun Oct 25 03:23:44 2009 +0300
+++ b/dmd/Parser.d	Mon Oct 26 16:28:19 2009 +0300
@@ -203,7 +203,7 @@
 import core.stdc.string : memcpy;
 
 import std.contracts;
-import dmd.Memory;
+import core.memory;
 
 class Parser : Lexer
 {