X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2FHsFFI.h;fp=includes%2FHsFFI.h;h=cd9f7ede8015db4cd131e42e24acd3c919e77136;hp=70891a2dc2e75d3afeae3d98e0a1015f253cb28e;hb=b3edde6c4e5f0e989db717710729af532ade882f;hpb=ceaa116940587d4ea2e2104e3c3313002d852659 diff --git a/includes/HsFFI.h b/includes/HsFFI.h index 70891a2..cd9f7ed 100644 --- a/includes/HsFFI.h +++ b/includes/HsFFI.h @@ -81,7 +81,7 @@ typedef StgWord32 HsWord32; typedef StgWord64 HsWord64; typedef StgFloat HsFloat; typedef StgDouble HsDouble; -typedef StgBool HsBool; +typedef StgInt HsBool; typedef void* HsPtr; /* this should better match StgAddr */ typedef void (*HsFunPtr)(void); /* this should better match StgAddr */ typedef void* HsForeignPtr; /* ... and this StgForeignPtr */