diff trunk/src/dil/ast/NodesEnum.d @ 671:f1325a4506de

Removed enum TID from dil.ast.Types. Renamed UndefinedType to IllegalType.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Thu, 17 Jan 2008 22:57:36 +0100
parents d8c32113afde
children 64fec49651cf
line wrap: on
line diff
--- a/trunk/src/dil/ast/NodesEnum.d	Thu Jan 17 22:28:04 2008 +0100
+++ b/trunk/src/dil/ast/NodesEnum.d	Thu Jan 17 22:57:36 2008 +0100
@@ -183,7 +183,7 @@
   "AsmRegisterExpression",
 
   // Types:
-  "UndefinedType",
+  "IllegalType",
   "IntegralType",
   "QualifiedType",
   "ModuleScopeType",