[project @ 2005-05-21 16:09:18 by panne]
[ghc-hetmet.git] / ghc / rts / Timer.c
index 99a76c3..5be49a5 100644 (file)
 /* ticks left before next pre-emptive context switch */
 static int ticks_to_ctxt_switch = 0;
 
+#if defined(RTS_SUPPORTS_THREADS)
 /* idle ticks left before we perform a GC */
 static int ticks_to_gc = 0;
+#endif
 
 /*
  * Function: handle_tick()