diff trunk/src/dil/lexer/Token.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 39fac5531b85
children 041eae272362
line wrap: on
line diff
--- a/trunk/src/dil/lexer/Token.d	Sun Jan 06 00:25:29 2008 +0100
+++ b/trunk/src/dil/lexer/Token.d	Sun Jan 06 00:28:26 2008 +0100
@@ -11,7 +11,7 @@
 import tango.core.Exception;
 import common;
 
-public import dil.TokensEnum;
+public import dil.lexer.TokensEnum;
 
 /++
   A Token is a sequence of characters formed by the lexical analyzer.