summaryrefslogtreecommitdiff
path: root/rts/ClosureFlags.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/ClosureFlags.c')
-rw-r--r--rts/ClosureFlags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ClosureFlags.c b/rts/ClosureFlags.c
index 9007a9b5df..9caef370dd 100644
--- a/rts/ClosureFlags.c
+++ b/rts/ClosureFlags.c
@@ -9,7 +9,7 @@
#include "rts/PosixSource.h"
#include "Rts.h"
-StgWord16 closure_flags[] = {
+const StgWord16 closure_flags[] = {
/* ToDo: some of these flags seem to be duplicated.
* - NS is the same as HNF, and the negation of THU