diff trunk/src/dil/IdTable.d @ 597:4d50267f59c9

Moved dil.TokensEnum to dil.lexer.TokensEnum.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 06 Jan 2008 00:28:26 +0100
parents 9c45b245b554
children c4cdea3a65ba
line wrap: on
line diff
--- a/trunk/src/dil/IdTable.d	Sun Jan 06 00:25:29 2008 +0100
+++ b/trunk/src/dil/IdTable.d	Sun Jan 06 00:28:26 2008 +0100
@@ -3,7 +3,8 @@
   License: GPL3
 +/
 module dil.IdTable;
-import dil.TokensEnum;
+
+import dil.lexer.TokensEnum;
 import dil.IdentsGenerator;
 import dil.Keywords;
 import common;