X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FHsFFI.h;h=cd9f7ede8015db4cd131e42e24acd3c919e77136;hb=d92b6ce787e0a85ef99ef2ccd0a6a63665ea7f5c;hp=70891a2dc2e75d3afeae3d98e0a1015f253cb28e;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git 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 */