From: Simon Marlow Date: Wed, 2 Feb 2011 11:43:45 +0000 (+0000) Subject: add a const X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d0bfe30b668d5be86c00fe3635ef4f4dfe13a1f0 add a const --- diff --git a/includes/rts/storage/Closures.h b/includes/rts/storage/Closures.h index f3929ee..5f4f035 100644 --- a/includes/rts/storage/Closures.h +++ b/includes/rts/storage/Closures.h @@ -124,7 +124,7 @@ typedef struct { StgHeader header; StgClosure *indirectee; StgClosure *static_link; - StgInfoTable *saved_info; + const StgInfoTable *saved_info; } StgIndStatic; typedef struct StgBlockingQueue_ {