diff trunk/src/dil/semantic/Analysis.d @ 601:9f96fd51cb41

Moved dil.IdTable to dil.lexer.IdTable.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 06 Jan 2008 00:55:37 +0100
parents 39fac5531b85
children 64fec49651cf
line wrap: on
line diff
--- a/trunk/src/dil/semantic/Analysis.d	Sun Jan 06 00:52:20 2008 +0100
+++ b/trunk/src/dil/semantic/Analysis.d	Sun Jan 06 00:55:37 2008 +0100
@@ -7,7 +7,7 @@
 import dil.ast.Node;
 import dil.ast.Expressions;
 import dil.semantic.Scope;
-import dil.IdTable;
+import dil.lexer.IdTable;
 import common;
 
 /// Common semantics for pragma declarations and statements.