put back F_, just in case the via-C codegen uses it
authorSimon Marlow <marlowsd@gmail.com>
Thu, 10 Sep 2009 12:40:37 +0000 (12:40 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 10 Sep 2009 12:40:37 +0000 (12:40 +0000)
includes/Stg.h

index b2051cb..81a034a 100644 (file)
@@ -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))