diff trunk/src/dil/Symbols.d @ 561:302e50e71ec2

Added Interface symbol.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Wed, 26 Dec 2007 23:38:16 +0100
parents 709e223a8eb9
children b0533550d64c
line wrap: on
line diff
--- a/trunk/src/dil/Symbols.d	Wed Dec 26 14:17:01 2007 +0100
+++ b/trunk/src/dil/Symbols.d	Wed Dec 26 23:38:16 2007 +0100
@@ -38,6 +38,14 @@
   }
 }
 
+class Interface : Aggregate
+{
+  this()
+  {
+    this.sid = SYM.Interface;
+  }
+}
+
 class Union : Aggregate
 {
   this()