diff trunk/src/dil/Token.d @ 577:9e811db780a6

Moved LexerFuncs.d to package 'lexer'.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 05 Jan 2008 17:01:15 +0100
parents 3bc7801c207e
children
line wrap: on
line diff
--- a/trunk/src/dil/Token.d	Sat Jan 05 16:53:27 2008 +0100
+++ b/trunk/src/dil/Token.d	Sat Jan 05 17:01:15 2008 +0100
@@ -3,8 +3,10 @@
   License: GPL3
 +/
 module dil.Token;
+
 import dil.Location;
 import dil.Identifier;
+import dil.lexer.Funcs;
 import tango.stdc.stdlib : malloc, free;
 import tango.core.Exception;
 import common;
@@ -193,7 +195,6 @@
     return type == type2;
   }
 
-  import dil.LexerFuncs;
   /// Returns the Location of this token.
   Location getLocation()
   {