From: simonmar Date: Fri, 21 Oct 2005 14:38:18 +0000 (+0000) Subject: [project @ 2005-10-21 14:38:18 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~154 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=81aad35c3b00f76748ba46e6b94686058f5cca7b [project @ 2005-10-21 14:38:18 by simonmar] wibble --- diff --git a/ghc/includes/RtsConfig.h b/ghc/includes/RtsConfig.h index ade3f8a..31cbf7c 100644 --- a/ghc/includes/RtsConfig.h +++ b/ghc/includes/RtsConfig.h @@ -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