X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStgRun.h;h=2ea64cd60d6cee886a8ebc5470d8a81454c1e5e4;hb=423d477bfecd490de1449c59325c8776f91d7aac;hp=5a5bdcc300f0f9dc4908595a950e7db43f636fac;hpb=179e1b1c951f9a99367b23c2ae0daae94b5a3421;p=ghc-hetmet.git diff --git a/ghc/rts/StgRun.h b/ghc/rts/StgRun.h index 5a5bdcc..2ea64cd 100644 --- a/ghc/rts/StgRun.h +++ b/ghc/rts/StgRun.h @@ -1,7 +1,6 @@ /* ----------------------------------------------------------------------------- - * $Id: StgRun.h,v 1.5 1999/11/03 15:01:51 simonmar Exp $ * - * (c) The GHC Team, 1998-1999 + * (c) The GHC Team, 1998-2004 * * Tiny assembler 'layer' between the C and STG worlds. * @@ -12,6 +11,6 @@ extern StgThreadReturnCode StgRun(StgFunPtr f, StgRegTable *basereg); -EXTFUN(StgReturn); +RTS_FUN(StgReturn); -#endif STGRUN_H +#endif /* STGRUN_H */