summaryrefslogtreecommitdiff
path: root/includes/Stg.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Stg.h')
-rw-r--r--includes/Stg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Stg.h b/includes/Stg.h
index e3de331d3f..939bed6444 100644
--- a/includes/Stg.h
+++ b/includes/Stg.h
@@ -224,6 +224,7 @@ typedef StgWord StgWordArray[];
typedef StgFunPtr F_;
#define EB_(X) extern char X[]
+#define IB_(X) static char X[]
#define EI_(X) extern StgWordArray (X) GNU_ATTRIBUTE(aligned (8))
#define II_(X) static StgWordArray (X) GNU_ATTRIBUTE(aligned (8))
#define IF_(f) static StgFunPtr GNUC3_ATTRIBUTE(used) f(void)