[project @ 1999-01-26 14:18:38 by simonm]
authorsimonm <unknown>
Tue, 26 Jan 1999 14:18:38 +0000 (14:18 +0000)
committersimonm <unknown>
Tue, 26 Jan 1999 14:18:38 +0000 (14:18 +0000)
Add missing file.

ghc/rts/StablePriv.h [new file with mode: 0644]

diff --git a/ghc/rts/StablePriv.h b/ghc/rts/StablePriv.h
new file mode 100644 (file)
index 0000000..4105605
--- /dev/null
@@ -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);