X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FEvaluator.h;h=a6e46f73ce92788a717c4f35e2393b9b56e0f8c0;hb=bd2fb1c5eacc886737afd72cc889386e00ed5d23;hp=3e4cf0db160a7192812300878a06805019192096;hpb=14fef21dcaa7169ea4272f4729ad33f647d62fa3;p=ghc-hetmet.git diff --git a/ghc/rts/Evaluator.h b/ghc/rts/Evaluator.h index 3e4cf0d..a6e46f7 100644 --- a/ghc/rts/Evaluator.h +++ b/ghc/rts/Evaluator.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Evaluator.h,v 1.5 1999/10/22 15:58:25 sewardj Exp $ + * $Id: Evaluator.h,v 1.6 1999/11/08 15:30:37 sewardj Exp $ * * (c) The GHC Team, 1998-1999 * @@ -26,7 +26,7 @@ * * ------------------------------------------------------------------------*/ -extern StgThreadReturnCode enter ( StgClosurePtr obj ); +extern StgThreadReturnCode enter ( Capability* cap, StgClosurePtr obj ); extern nat marshall ( char arg_ty, void* arg ); extern nat unmarshall ( char res_ty, void* res );