diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-09-10 12:40:37 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-09-10 12:40:37 +0000 |
commit | 0a30f73f8b8757f4cecb9e39804a35e49ea24a7f (patch) | |
tree | 869217ef3a78560300076835fe09d4108b4becb1 /includes/Stg.h | |
parent | ad28266379799afebc6f603af81696963744d230 (diff) | |
download | haskell-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.h | 1 |
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)) |