diff sema/DType.d @ 63:9f8131676242 new_gen

Now Decl's have a DType type(), and should use varType and returnType to get the old type id
author Anders Halager <halager@gmail.com>
date Tue, 29 Apr 2008 15:13:38 +0200
parents fc62c5296a1c
children 91f10c34cd7b
line wrap: on
line diff
--- a/sema/DType.d	Tue Apr 29 15:00:11 2008 +0200
+++ b/sema/DType.d	Tue Apr 29 15:13:38 2008 +0200
@@ -159,6 +159,6 @@
     }
 
     DType[] params;
-    DType return_type;
+    DType returnType;
 }