[project @ 2005-04-22 12:28:00 by simonmar]
[ghc-hetmet.git] / ghc / includes / Constants.h
index e98f25f..ab73b9b 100644 (file)
 #error RESERVED_STACK_WORDS may be wrong!
 #endif
 
+/* -----------------------------------------------------------------------------
+   How often our context-switch timer ticks
+   -------------------------------------------------------------------------- */
+
+#define TICK_FREQUENCY   50                      /* ticks per second */
+
 #endif /* CONSTANTS_H */