X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FHeapStackCheck.h;h=939b425400815746fb02fd9890ddf6ac371423bd;hb=0416c6e7154a124bfeb91298ca6a4d17cd2e3e33;hp=94b80c196f17e1bb33f2e69789b3d467de8c01a6;hpb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;p=ghc-hetmet.git diff --git a/ghc/rts/HeapStackCheck.h b/ghc/rts/HeapStackCheck.h index 94b80c1..939b425 100644 --- a/ghc/rts/HeapStackCheck.h +++ b/ghc/rts/HeapStackCheck.h @@ -1,4 +1,14 @@ +/* ----------------------------------------------------------------------------- + * $Id: HeapStackCheck.h,v 1.5 1999/11/09 15:57:42 simonmar Exp $ + * + * (c) The GHC Team, 1998-1999 + * + * Prototypes for functions in HeapStackCheck.hc + * + * ---------------------------------------------------------------------------*/ + EXTFUN(stg_gc_entertop); +EXTFUN(stg_gc_enter_1_hponly); EXTFUN(stg_gc_enter_1); EXTFUN(stg_gc_enter_2); EXTFUN(stg_gc_enter_3); @@ -35,6 +45,8 @@ EXTFUN(stg_gen_chk_ret); EXTFUN(stg_gen_chk); EXTFUN(stg_gen_hp); EXTFUN(stg_gen_yield); +EXTFUN(stg_yield_noregs); EXTFUN(stg_yield_to_Hugs); EXTFUN(stg_gen_block); +EXTFUN(stg_block_noregs); EXTFUN(stg_block_1);