add Outputable instance for OccIfaceEq
[ghc-hetmet.git] / includes / Closures.h
index df53cee..64582ba 100644 (file)
@@ -306,8 +306,7 @@ typedef struct {
  */
 typedef struct {
     const struct _StgInfoTable* info;
-    StgHalfWord    size;
-    StgHalfWord    tag;
+    StgWord        size;
     StgClosure *   fun;
     StgClosure *   payload[FLEXIBLE_ARRAY];
 } StgRetFun;