X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRtsAPI.h;fp=ghc%2Fincludes%2FRtsAPI.h;h=2439a54a7eb3a042f00ddb043673f31e1f9c9764;hb=f9206647e3ccb1dcef04b4cec475162a780ac1e2;hp=33e48fb736383d3cbd5f887e09417514624016cc;hpb=025f5dfe6d6cbfc1701982a12a02cd276ab96eba;p=ghc-hetmet.git diff --git a/ghc/includes/RtsAPI.h b/ghc/includes/RtsAPI.h index 33e48fb..2439a54 100644 --- a/ghc/includes/RtsAPI.h +++ b/ghc/includes/RtsAPI.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: RtsAPI.h,v 1.28 2002/07/15 08:41:02 simonmar Exp $ + * $Id: RtsAPI.h,v 1.29 2002/07/16 10:58:16 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -122,8 +122,8 @@ rts_checkSchedStatus ( char* site, SchedulerStatus rc); These are used by foreign export and foreign import "wrapper" stubs. ----------------------------------------------------------------------- */ -extern DLL_IMPORT StgClosure GHCziTopHandler_runIO_closure; -extern DLL_IMPORT StgClosure GHCziTopHandler_runNonIO_closure; +extern StgClosure GHCziTopHandler_runIO_closure; +extern StgClosure GHCziTopHandler_runNonIO_closure; #define runIO_closure (&GHCziTopHandler_runIO_closure) #define runNonIO_closure (&GHCziTopHandler_runNonIO_closure)