X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStgRun.h;h=2ea64cd60d6cee886a8ebc5470d8a81454c1e5e4;hb=423d477bfecd490de1449c59325c8776f91d7aac;hp=e015169495bc4a61a0b4037f2265cdb6cfb9c6c1;hpb=553e90d9a32ee1b1809430f260c401cc4169c6c7;p=ghc-hetmet.git diff --git a/ghc/rts/StgRun.h b/ghc/rts/StgRun.h index e015169..2ea64cd 100644 --- a/ghc/rts/StgRun.h +++ b/ghc/rts/StgRun.h @@ -1,7 +1,6 @@ /* ----------------------------------------------------------------------------- - * $Id: StgRun.h,v 1.6 2001/05/25 18:33:46 sof Exp $ * - * (c) The GHC Team, 1998-1999 + * (c) The GHC Team, 1998-2004 * * Tiny assembler 'layer' between the C and STG worlds. * @@ -12,7 +11,6 @@ extern StgThreadReturnCode StgRun(StgFunPtr f, StgRegTable *basereg); -EXTFUN(StgReturn); +RTS_FUN(StgReturn); #endif /* STGRUN_H */ -