From: simonmar Date: Wed, 13 Dec 2000 11:57:19 +0000 (+0000) Subject: [project @ 2000-12-13 11:57:19 by simonmar] X-Git-Tag: Approximately_9120_patches~3106 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=91227475bc978f62de4c4424f7d0bbac736434f0;p=ghc-hetmet.git [project @ 2000-12-13 11:57:19 by simonmar] add HsForeignPtr --- diff --git a/ghc/includes/HsFFI.h b/ghc/includes/HsFFI.h index 33b76ff..5f9f1cd 100644 --- a/ghc/includes/HsFFI.h +++ b/ghc/includes/HsFFI.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: HsFFI.h,v 1.11 2000/12/04 12:31:20 simonmar Exp $ + * $Id: HsFFI.h,v 1.12 2000/12/13 11:57:19 simonmar Exp $ * * (c) The GHC Team, 2000 * @@ -79,7 +79,8 @@ typedef StgFloat HsFloat; typedef StgDouble HsDouble; typedef StgBool HsBool; typedef void* HsAddr; /* this should better match StgAddr */ -typedef void* HsForeignObj; /* ... and this StgForeignPtr */ +typedef void* HsForeignPtr; /* ... and this StgForeignPtr */ +typedef void* HsForeignObj; /* DEPRECATED */ typedef void* HsStablePtr; /* this should correspond to the type of StgChar in StgTypes.h */