[project @ 2005-10-21 14:38:18 by simonmar]
authorsimonmar <unknown>
Fri, 21 Oct 2005 14:38:18 +0000 (14:38 +0000)
committersimonmar <unknown>
Fri, 21 Oct 2005 14:38:18 +0000 (14:38 +0000)
wibble

ghc/includes/RtsConfig.h

index ade3f8a..31cbf7c 100644 (file)
@@ -39,7 +39,7 @@
 /* TICKY_TICKY needs EAGER_BLACKHOLING to verify no double-entries of
  * single-entry thunks.
  */
-//#if defined(TICKY_TICKY) || defined(SMP)
+/* #if defined(TICKY_TICKY) || defined(SMP) */
 #if defined(TICKY_TICKY)
 #  define EAGER_BLACKHOLING
 #else