[project @ 1999-10-14 13:12:22 by simonmar]
authorsimonmar <unknown>
Thu, 14 Oct 1999 13:12:22 +0000 (13:12 +0000)
committersimonmar <unknown>
Thu, 14 Oct 1999 13:12:22 +0000 (13:12 +0000)
oops: unbreak non-ticky compiles

ghc/includes/StgTicky.h

index 6220774..c711fd7 100644 (file)
@@ -1,5 +1,5 @@
 /* ----------------------------------------------------------------------------
- * $Id: StgTicky.h,v 1.7 1999/10/13 16:39:21 simonmar Exp $
+ * $Id: StgTicky.h,v 1.8 1999/10/14 13:12:22 simonmar Exp $
  *
  * (c) The AQUA project, Glasgow University, 1994-1997
  * (c) The GHC Team, 1998-1999
@@ -559,7 +559,8 @@ EXTERN unsigned long GC_WORDS_COPIED_ctr INIT(0);
 
 #else /* !TICKY_TICKY */
 
-#define TICK_ALLOC_HEAP(words)
+#define TICK_ALLOC_HEAP(words, f_ct)
+#define TICK_ALLOC_HEAP_NOCTR(words)
 
 #define TICK_ALLOC_FUN(g,s)
 #define TICK_ALLOC_UP_THK(g,s)