new commnad :abandon, discards the current computation (used to be :break stop)
[ghc-hetmet.git] / includes / InfoTables.h
index ea01abf..77171f1 100644 (file)
@@ -353,7 +353,6 @@ typedef struct {
 #else
     StgInfoTable i;
     StgSRT      *srt;  /* pointer to the SRT table */
-    StgFunPtr vector[FLEXIBLE_ARRAY];
 #endif
 } StgRetInfoTable;
 
@@ -389,7 +388,8 @@ typedef struct _StgConInfoTable {
     StgInfoTable i;
 #endif
 
-char *con_desc;  /* the name of the data constructor as: Package:Module.Name */
+    OFFSET_FIELD(con_desc) // the name of the data constructor 
+                           // as: Package:Module.Name
 
 #if defined(TABLES_NEXT_TO_CODE)
     StgInfoTable i;