From 0a30f73f8b8757f4cecb9e39804a35e49ea24a7f Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 10 Sep 2009 12:40:37 +0000 Subject: [PATCH] put back F_, just in case the via-C codegen uses it --- includes/Stg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Stg.h b/includes/Stg.h index b2051cb..81a034a 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)) -- 1.7.10.4