[project @ 2000-01-12 15:15:17 by simonmar]
[ghc-hetmet.git] / ghc / rts / GC.h
index 8b2c30b..dc7beb8 100644 (file)
@@ -1,8 +1,11 @@
 /* -----------------------------------------------------------------------------
- * $Id: GC.h,v 1.2 1998/12/02 13:28:25 simonm Exp $
+ * $Id: GC.h,v 1.4 1999/02/05 16:02:43 simonm Exp $
+ *
+ * (c) The GHC Team, 1998-1999
  *
  * Prototypes for functions in GC.c
  *
  * ---------------------------------------------------------------------------*/
 
 void threadPaused(StgTSO *);
+StgClosure *isAlive(StgClosure *p);