diff dmd/VarDeclaration.d @ 22:fd4acc376c45

Implemented object file output and linking on linux.
author Robert Clipsham <robert@octarineparrot.com>
date Thu, 08 Apr 2010 04:21:03 +0100
parents 5c9b78899f5d
children 460959608115
line wrap: on
line diff
--- a/dmd/VarDeclaration.d	Wed Apr 07 00:51:29 2010 +0100
+++ b/dmd/VarDeclaration.d	Thu Apr 08 04:21:03 2010 +0100
@@ -40,6 +40,7 @@
 import dmd.TOK;
 import dmd.TupleExp;
 import dmd.Global;
+import dmd.Module;
 import dmd.FuncDeclaration;
 import dmd.Type;
 import dmd.TY;