From 6e9450db95482a72b2c9659ab0e9324260aa3f56 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 17 Apr 2007 09:25:26 +0000 Subject: [PATCH] con_desc should be an OFFSET_FIELD --- includes/InfoTables.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 1.7.10.4