From: Simon Marlow Date: Tue, 17 Apr 2007 09:25:26 +0000 (+0000) Subject: con_desc should be an OFFSET_FIELD X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6e9450db95482a72b2c9659ab0e9324260aa3f56 con_desc should be an OFFSET_FIELD --- diff --git a/includes/InfoTables.h b/includes/InfoTables.h index 9b73aa5..77171f1 100644 --- a/includes/InfoTables.h +++ b/includes/InfoTables.h @@ -388,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;