summaryrefslogtreecommitdiff
path: root/includes/Stg.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-09-10 12:40:37 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-09-10 12:40:37 +0000
commit0a30f73f8b8757f4cecb9e39804a35e49ea24a7f (patch)
tree869217ef3a78560300076835fe09d4108b4becb1 /includes/Stg.h
parentad28266379799afebc6f603af81696963744d230 (diff)
downloadhaskell-0a30f73f8b8757f4cecb9e39804a35e49ea24a7f.tar.gz
put back F_, just in case the via-C codegen uses it
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 b2051cbdd4..81a034a0e3 100644
--- a/includes/Stg.h
+++ b/includes/Stg.h
@@ -183,6 +183,7 @@ typedef StgWord W_;
typedef StgWord* P_;
typedef StgInt I_;
typedef StgWord StgWordArray[];
+typedef StgFunPtr F_;
#define EI_(X) extern StgWordArray (X) GNU_ATTRIBUTE(aligned (8))
#define II_(X) static StgWordArray (X) GNU_ATTRIBUTE(aligned (8))