diff ir/irvar.h @ 1309:0c03ba6f7c24

Fixed deal breaker bug for more-at-once compilation when any module contained aggregates. Fixes ticket #272 .
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Thu, 07 May 2009 02:10:29 +0200
parents 212ec2d9d176
children
line wrap: on
line diff
--- a/ir/irvar.h	Wed May 06 20:29:27 2009 +0200
+++ b/ir/irvar.h	Thu May 07 02:10:29 2009 +0200
@@ -34,7 +34,7 @@
 // represents an aggregate field variable
 struct IrField : IrVar
 {
-    IrField(VarDeclaration* v, size_t idx, size_t offset = 0);
+    IrField(VarDeclaration* v);
 
     unsigned index;
     unsigned unionOffset;