X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FHsFFI.h;h=70891a2dc2e75d3afeae3d98e0a1015f253cb28e;hb=c137ecd7e6e83d0f9c39b15ccdb9f2355f243c91;hp=57a0be3609aa4d7d65368a39f05a355d50bfebea;hpb=34b568ce754f3bd56dc59d285a9d9e9e79c370e5;p=ghc-hetmet.git diff --git a/ghc/includes/HsFFI.h b/ghc/includes/HsFFI.h index 57a0be3..70891a2 100644 --- a/ghc/includes/HsFFI.h +++ b/ghc/includes/HsFFI.h @@ -1,5 +1,4 @@ /* ----------------------------------------------------------------------------- - * $Id: HsFFI.h,v 1.18 2003/01/28 16:30:07 simonmar Exp $ * * (c) The GHC Team, 2000 * @@ -18,7 +17,8 @@ extern "C" { #endif /* get types from GHC's runtime system */ -#include "config.h" +#include "ghcconfig.h" +#include "RtsConfig.h" #include "StgTypes.h" /* get limits for integral types */ @@ -155,8 +155,8 @@ extern void hs_add_root (void (*init_root)(void)); extern void hs_perform_gc (void); -extern void hs_free_stable_ptr (HsStablePtr *sp); -extern void hs_free_fun_ptr (HsFunPtr *fp); +extern void hs_free_stable_ptr (HsStablePtr sp); +extern void hs_free_fun_ptr (HsFunPtr fp); /* -------------------------------------------------------------------------- */