diff options
| author | simonm <unknown> | 1999-01-26 14:18:38 +0000 |
|---|---|---|
| committer | simonm <unknown> | 1999-01-26 14:18:38 +0000 |
| commit | fc9eb69f8c23548ced1a1838c63bc9e28b39ba36 (patch) | |
| tree | f1976bb4311d576b53b599bcb6681f159f55d0b9 | |
| parent | f9a1e689ac9b5bfea3a4af406f59b7e46cbf1ffe (diff) | |
| download | haskell-fc9eb69f8c23548ced1a1838c63bc9e28b39ba36.tar.gz | |
[project @ 1999-01-26 14:18:38 by simonm]
Add missing file.
| -rw-r--r-- | ghc/rts/StablePriv.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ghc/rts/StablePriv.h b/ghc/rts/StablePriv.h new file mode 100644 index 0000000000..410560552b --- /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); |
