From: simonm Date: Tue, 26 Jan 1999 14:18:38 +0000 (+0000) Subject: [project @ 1999-01-26 14:18:38 by simonm] X-Git-Tag: Approximately_9120_patches~6683 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fc9eb69f8c23548ced1a1838c63bc9e28b39ba36;p=ghc-hetmet.git [project @ 1999-01-26 14:18:38 by simonm] Add missing file. --- diff --git a/ghc/rts/StablePriv.h b/ghc/rts/StablePriv.h new file mode 100644 index 0000000..4105605 --- /dev/null +++ b/ghc/rts/StablePriv.h @@ -0,0 +1,12 @@ +/* ----------------------------------------------------------------------------- + * $Id: StablePriv.h,v 1.1 1999/01/26 14:18:38 simonm Exp $ + * + * Internal RTS API for stable names and stable ptrs. + * + * ---------------------------------------------------------------------------*/ + +extern void initStablePtrTable(void); +extern void markStablePtrTable(rtsBool full); +extern void enlargeStablePtrTable(void); +extern void gcStablePtrTable(rtsBool full); +extern StgWord lookupStableName(StgPtr p);