[project @ 1999-11-18 16:02:17 by sewardj]
[ghc-hetmet.git] / ghc / rts / Storage.h
index 45c839f..c996edf 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Storage.h,v 1.11 1999/11/09 15:46:59 simonmar Exp $
+ * $Id: Storage.h,v 1.13 1999/11/11 11:49:26 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -150,7 +150,7 @@ recordOldToNewPtrs(StgMutClosure *p)
 
 #if defined(TICKY_TICKY) || defined(PROFILING)
 static inline void
-updateWithPermIndirection(info, StgClosure *p1, StgClosure *p2) 
+updateWithPermIndirection(const StgInfoTable *info, StgClosure *p1, StgClosure *p2) 
 {
   bdescr *bd;