From 91227475bc978f62de4c4424f7d0bbac736434f0 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 13 Dec 2000 11:57:19 +0000 Subject: [PATCH] [project @ 2000-12-13 11:57:19 by simonmar] add HsForeignPtr --- ghc/includes/HsFFI.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 */ -- 1.7.10.4