diff trunk/src/dil/ast/Parameters.d @ 635:b2fc028d8b55

Added class Visitor. Moved enums NodeCategory and NodeKind to new module dil.ast.NodesEnum. Commented out some version(D2) statements. Added new module dil.semantic.Pass1.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 13 Jan 2008 21:53:01 +0100
parents fac9e8b258fc
children 2a71e2f50e13
line wrap: on
line diff
--- a/trunk/src/dil/ast/Parameters.d	Sun Jan 13 19:26:12 2008 +0100
+++ b/trunk/src/dil/ast/Parameters.d	Sun Jan 13 21:53:01 2008 +0100
@@ -114,8 +114,8 @@
   }
 }
 
-version(D2)
-{
+// version(D2)
+// {
 class TemplateThisParameter : TemplateParameter
 {
   TypeNode specType, defType;
@@ -130,7 +130,7 @@
     this.defType = defType;
   }
 }
-}
+// }
 
 class TemplateValueParameter : TemplateParameter
 {