diff trunk/src/main.d @ 464:325714d8aa6c

Added new module with compiler constants to resolve import cycle.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Tue, 30 Oct 2007 20:25:42 +0100
parents 294353fe2514
children ea8c7459f1c4
line wrap: on
line diff
--- a/trunk/src/main.d	Tue Oct 30 20:54:26 2007 +0200
+++ b/trunk/src/main.d	Tue Oct 30 20:25:42 2007 +0100
@@ -8,6 +8,7 @@
 import dil.Token;
 import dil.Messages;
 import dil.Settings;
+import dil.CompilerInfo;
 import dil.Declarations, dil.Expressions, dil.SyntaxTree;
 import dil.File;
 import cmd.Generate;