add a const
authorSimon Marlow <marlowsd@gmail.com>
Wed, 2 Feb 2011 11:43:45 +0000 (11:43 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 2 Feb 2011 11:43:45 +0000 (11:43 +0000)
includes/rts/storage/Closures.h

index f3929ee..5f4f035 100644 (file)
@@ -124,7 +124,7 @@ typedef struct {
     StgHeader     header;
     StgClosure   *indirectee;
     StgClosure   *static_link;
     StgHeader     header;
     StgClosure   *indirectee;
     StgClosure   *static_link;
-    StgInfoTable *saved_info;
+    const StgInfoTable *saved_info;
 } StgIndStatic;
 
 typedef struct StgBlockingQueue_ {
 } StgIndStatic;
 
 typedef struct StgBlockingQueue_ {