[project @ 2003-10-01 17:01:28 by sof]
[ghc-hetmet.git] / ghc / compiler / parser / hschooks.c
index ee43bf7..345c0b5 100644 (file)
@@ -41,7 +41,7 @@ defaultsHook (void)
 void
 enableTimingStats( void )      /* called from the driver */
 {
-#if __GLASGOW_HASKELL__ >= 505
+#if __GLASGOW_HASKELL__ >= 411
     RtsFlags.GcFlags.giveStats = ONELINE_GC_STATS;
 #endif
     /* ignored when bootstrapping with an older GHC */