diff dmd/TypedefDeclaration.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 10317f0c89a5
children ee3a9f34dc48
line wrap: on
line diff
--- a/dmd/TypedefDeclaration.d	Wed Apr 07 00:51:29 2010 +0100
+++ b/dmd/TypedefDeclaration.d	Thu Apr 08 04:21:03 2010 +0100
@@ -6,6 +6,7 @@
 import dmd.Loc;
 import dmd.Identifier;
 import dmd.Dsymbol;
+import dmd.Module;
 import dmd.Scope;
 import dmd.OutBuffer;
 import dmd.ExpInitializer;
@@ -176,4 +177,4 @@
 	{
 		assert(false);
 	}
-}
\ No newline at end of file
+}